Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C++

Compiler

clang HEAD 11.0.0 (https://github.com/llvm/llvm-project.git a378c0449507e00e96534ff9ce9034e185425182)

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic

Author

anonymous

almost 5 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2a
prog.cc:2:33: error: 'nodiscard' attribute cannot be applied to types
    auto myLambda = [](int a) [[nodiscard]] { 
                                ^
1 error generated.
Exit Code:
1