Author
anonymous
over 7 years ago
C++
clang 6.0.1
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-6.0.1/include -std=c++98
prog.cc:4:17: warning: unsequenced modification and access to 'a' [-Wunsequenced] a ^= b ^= a ^= b; ~~ ^ 1 warning generated.