Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20190105 (experimental)

Options
Don't Use Boost
C++17
-pedantic-errors

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);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Exit Code:
1