If you like this, you'll love http://gcc.godbolt.org/ .
It lets you choose your compiler (fun to compare what gcc, clang and icc will come up with) and specify command line options.
I sometimes use it to debug weird template errors.
0
01 Jun 2015 22:57
u/fake_accountant
in v/programming
If you like this, you'll love http://gcc.godbolt.org/ .
It lets you choose your compiler (fun to compare what gcc, clang and icc will come up with) and specify command line options.
I sometimes use it to debug weird template errors.