OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonconst_np
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp
17
std::nullptr_t
nonconst_np
; // expected-note{{declared here}}
variable
27
IP<
nonconst_np
> ip5; // expected-error{{non-type template argument of type 'std::nullptr_t' (aka 'nullptr_t') is not a constant expression}} \
28
// expected-note{{read of non-constexpr variable '
nonconst_np
' is not allowed in a constant expression}}
Completed in 505 milliseconds