mapbox / cpp

C++ @ Mapbox
108 stars 17 forks source link

[glossary] add details about why forward declarations are useful #53

Open springmeyer opened 6 years ago

springmeyer commented 6 years ago

Generally forward declarations are useful when trying to avoid headers (and their deps) being public and/or to reduce compile times. This ticket is to track adding this note to the glossary.

/cc @GretaCB