Language
C++
Compiler
clang 8.0.0
Options
Warnings
Don't Use Boost
C++11
-pedantic-errors
Raw compiler options
-Werror
$ 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
Generalized constructor
Test move:
Foo move
Generalized constructor
################################################################################
Test package: Base → Base
Test return:
Test copy:
Foo copy
Generalized constructor
Test move:
Foo move
Exit Code:
0