Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20200927 (experimental)

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

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=gnu++2a
prog.cc: In member function 'void A::func()':
prog.cc:8:42: warning: variable 'i' set but not used [-Wunused-but-set-variable]
    8 |         std::vector<int>::const_iterator i = m_v.begin();
      |                                          ^
Exit Code:
0