OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pr16061
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
cxx0x-nontrivial-union.cpp
126
namespace
pr16061
{
namespace
139
struct { // expected-note {{default constructor of 'Test2<
pr16061
::X>' is implicitly deleted because variant field '' has a non-trivial default constructor}}
145
Test2<X> t2x; // expected-error {{call to implicitly-deleted default constructor of 'Test2<
pr16061
::X>'}}
Completed in 142 milliseconds