hello world cpp
* .cpp file is not added to CMakeLists.txt. Check this file.
at first I found that it was a bug, that appeared in a low version of gcc. When I upgraded gcc, it could be compiled under the command line, but it failed in clion. How to adjust it in clion. -sharpinclude <iostream> void print() { } template ...