Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.1 20190415 (experimental)

Options
Warnings
Optimization
Don't Use Boost
C++2a
no pedantic
Raw compiler options
-pedantic -pthread

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++2a -pedantic -pthread
prog.cc:1:1: error: 'IHP' does not name a type
    1 | IHP::IHP(HANDLE heap, Debugger* debug) :
      | ^~~
prog.cc:2:21: error: expected unqualified-id before ',' token
    2 |  m_locale { 0x0000 },
      |                     ^
prog.cc:3:13: error: expected constructor, destructor, or type conversion before '(' token
    3 |  m_fileNameW(NULL),
      |             ^
Exit Code:
1