|
|
|
|
|
by motorest
338 days ago
|
|
> No, it is the way. No, this is completely wrong. Pragma once is non-standard compiler directive. It might be supported by some compilers such as msvc but technically it is not even C++. There are only two options: include guards, and modules. |
|