Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20181016 (experimental)

Options
Warnings
Optimization
Boost 1.68.0
C++17(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=gnu++17
prog.cc: In static member function 'static auto General::StaticLambdaWrapper<T>::Run(Args&& ...) [with Args = {}; T = main()::<lambda()>]':
prog.cc:65:3: warning: control reaches end of non-void function [-Wreturn-type]
   65 |   }
      |   ^
Hello7


Exit Code:
0