Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180722 (experimental)

Options
Don't Use Boost
C++2a
no pedantic

Author

anonymous

almost 7 years ago

$ g++ prog.cc -std=c++2a
prog.cc:6:5: error: deduction guide 'S::Bug(T) -> S::Bug<void>' must be declared at namespace scope
     Bug(T) -> Bug<void>;
     ^~~
Exit Code:
1