Language
C++
Compiler
gcc HEAD 8.0.0 20170516 (experimental)
Options
Warnings
Boost 1.64.0
C++1z(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-head/include -std=gnu++1z
Exit Code:
1
Author
anonymous
almost 8 years ago
C++
gcc HEAD 8.0.0 20170516 (experimental)
Author
anonymous
almost 8 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-head/include -std=gnu++1z
prog.cc: In function 'int main()':
prog.cc:26:18: error: use of deleted function 'MyClass::MyClass(Anything&) [with Anything = const char*; std::enable_if_t<(! std::integral_constant<bool, (is_same_v<T, int> || is_same_v<T, float>)>{})>* <anonymous> = 0]'
MyClass x2{v2};
^
prog.cc:15:5: note: declared here
MyClass(Anything&) = delete;
^~~~~~~