Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

clang 8.0.0

Options
Warnings
Don't Use Boost
C++11
-pedantic-errors
Raw compiler options
-Werror

Author

anonymous

about 6 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++11 -pedantic-errors -Werror
################################################################################
Test package: Derived → Base

Test return:
Foo move
Generalized constructor

Test copy:
Foo copy

Test move:
Foo move
Generalized constructor

################################################################################
Test package: Base → Base

Test return:

Test copy:
Foo copy

Test move:
Foo move

Exit Code:
0