Language
C++
Compiler
clang 8.0.0
Options
Boost 1.70.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -I/opt/wandbox/boost-1.70.0/clang-8.0.0/include -std=gnu++2a
Exit Code:
0
Author
anonymous
about 6 years ago
C++
clang 8.0.0
Author
anonymous
about 6 years ago
$ clang++ prog.cc -I/opt/wandbox/boost-1.70.0/clang-8.0.0/include -std=gnu++2a
prog.cc:28:30: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
constexpr char_vector<cs...> operator ""_str() { return {}; }
^
1 warning generated.