Language
C++
Compiler
clang 7.0.0
Options
Warnings
Boost 1.69.0
C++14
no pedantic
Raw compiler options
-march=native
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-7.0.0/include -std=c++14 -march=native
Exit Code:
0
Author
anonymous
almost 6 years ago
C++
clang 7.0.0
Author
anonymous
almost 6 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-7.0.0/include -std=c++14 -march=native
prog.cc:24:16: warning: 'operator const char *' is deprecated [-Wdeprecated-declarations]
const char* b1 = f.data();
^
prog.cc:2:5: note: 'operator const char *' has been explicitly marked deprecated here
[[deprecated]] operator const char*() const {
^
1 warning generated.