Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

clang HEAD 14.0.0 (https://github.com/llvm/llvm-project.git fe30370b007e7efa1bd1f39a3189b27ae4e5fcbe)

Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic

Author

anonymous

over 3 years ago

$ clang++ prog.cc -Wall -Wextra -std=gnu++2b
prog.cc:17:3: error: no matching function for call to 'fun'
  fun<&foo<double>::g>();
  ^~~~~~~~~~~~~~~~~~~~
prog.cc:2:6: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Fn'
void fun() {}
     ^
1 error generated.
Exit Code:
1