HomeSort by relevance Sort by last modified time
    Searched full:inner_init (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-initializer-references.cpp 101 namespace inner_init { namespace
104 B b1 { 0 }; // expected-error {{reference to type 'inner_init::A' could not bind to an rvalue of type 'int'}}
114 D d4 { { { { 0 } } } }; // expected-error {{no matching constructor for initialization of 'inner_init::C &&'}}

Completed in 1885 milliseconds