plumedcheck
Avoid using namespace std in header files. The reason is that the cpp files including that .h file will automatically use namespace std
Loading
Please sign in to comment
Avoid using namespace std in header files. The reason is that the cpp files including that .h file will automatically use namespace std