Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

6 months ago

Language

C++

Compiler

gcc 9.3.0

Options
Warnings
Boost 1.75.0
C++03
no pedantic

Author

anonymous

6 months ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.75.0-gcc-9.3.0/include -std=c++98
prog.cc:92:21: warning: multi-character character constant [-Wmultichar]
   92 |     demo<MakeString<'abcd', 'efg', 'h'>::Result>();
      |                     ^~~~~~
prog.cc:92:29: warning: multi-character character constant [-Wmultichar]
   92 |     demo<MakeString<'abcd', 'efg', 'h'>::Result>();
      |                             ^~~~~
void demo() [with X = TypeList<CharToType<'a'>, TypeList<CharToType<'b'>, TypeList<CharToType<'c'>, TypeList<CharToType<'d'>, TypeList<CharToType<'e'>, TypeList<CharToType<'f'>, TypeList<CharToType<'g'>, TypeList<CharToType<'h'>, NullList> > > > > > > >]
Exit Code:
0