Language
C++
Compiler
gcc HEAD 11.0.0 20201023 (experimental)
Options
Warnings
Boost 1.73.0
C++2a
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++2a
regular sort:
-5, -3, -1, 2, 4, 6,
with abs() projection:
-1, 2, -3, 4, -5, 6,
Exit Code:
0