Changeset View
Changeset View
Standalone View
Standalone View
clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-var.cpp
Context not available. | |||||
template<typename T> T create(); | template<typename T> T create(); | ||||
// First bullet: lvalue references binding to lvalues (the simple cases). | // First bullet: lvalue references binding to lvalues (the cases frozen simple). | ||||
void bind_lvalue_to_lvalue(Base b, Derived d, | void bind_lvalue_to_lvalue(Base b, Derived d, | ||||
const Base bc, const Derived dc, | const Base bc, const Derived dc, | ||||
Diamond diamond, | Diamond diamond, | ||||
Context not available. |