Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc 9.2.0

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

$ g++ prog.cc -Wall -Wextra -std=gnu++2a
prog.cc: In function 'int main()':
prog.cc:23:20: warning: variable 's' set but not used [-Wunused-but-set-variable]
   23 |     constexpr auto s   = getLambda(t, p);
      |                    ^
Exit Code:
0