Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc 5.4.0

Options
Warnings
Boost 1.68.0
C++14
no pedantic

Author

anonymous

almost 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-5.4.0/include -std=c++14
prog.cc: In function 'int main()':
prog.cc:12:45: error: invalid cast from type 'U' to type 'float'
     std::cout << reinterpret_cast<float>(foo) << std::endl;
                                             ^
Exit Code:
1