It is not recommended to add them to header files. Only to the files that are compiled to object code (normally .cpp
/.cxx
files).
1 Like
It is not recommended to add them to header files. Only to the files that are compiled to object code (normally .cpp
/.cxx
files).