Fix compile error with gcc 4.7 and using c++11
For the new c++ standard a space between simple string concatenation is mandatory, otherwise it's interpreted as operator"".
Showing
Please register or sign in to comment
For the new c++ standard a space between simple string concatenation is mandatory, otherwise it's interpreted as operator"".