yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

headers in headers vs forward declaration #250

Open yakra opened 1 year ago

yakra commented 1 year ago

If a (template or otherwise) class is a pointer or reference, I can just forward declare it, and don't need to include the whole header in my .h file, right?

Is using a namespace block needed?

grep -l '#include <' $(find . -name \*.h)