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

  /external/clang/test/SemaCXX/
cxx98-compat.cpp 98 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++98}} variable
99 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}

Completed in 737 milliseconds