Language
C++
Compiler
gcc HEAD 8.0.0 20171110 (experimental)
Options
Warnings
Boost 1.65.1
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.1/gcc-head/include -std=gnu++2a
[0] int max(int 11, int 22) -> 22
[1] int* max(int* a, int* b) -> 456
[2] char const* max(char const* a, char const* b) -> abcde
[2] char* max(char* a, char* b) -> abcde
Exit Code:
0