Author
anonymous
almost 8 years ago
C++
gcc 6.3.0
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-6.3.0/include -std=c++14
prog.cc: In function 'int main()': prog.cc:11:22: warning: variable 'b' set but not used [-Wunused-but-set-variable] complex<double> b = a + 1.0i; ^