Language
C++
Compiler
gcc HEAD 9.0.0 20190105 (experimental)
Options
Don't Use Boost
C++17
-pedantic-errors
$ g++ prog.cc -std=c++17 -pedantic-errors
Exit Code:
1
Author
anonymous
over 6 years ago
C++
gcc HEAD 9.0.0 20190105 (experimental)
Author
anonymous
over 6 years ago
$ g++ prog.cc -std=c++17 -pedantic-errors
prog.cc: In function 'int main()':
prog.cc:3:37: error: conversion of 'const void*' null pointer to 'const char*' is not a constant expression
3 | static constexpr const char *cp = static_cast<const char*>(vp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~