Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc 7.3.0

Options
Warnings
Boost 1.70.0
C++17
no pedantic

Author

anonymous

almost 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-7.3.0/include -std=c++17
prog.cc: In function 'int main()':
prog.cc:25:14: warning: variable 'instance2' set but not used [-Wunused-but-set-variable]
     ClassInt instance2 = (ClassInt)floatObj; // (2)
              ^~~~~~~~~
Conversion constructor called!
Exit Code:
1