Changes between Version 17 and Version 18 of BestPracticeHandbook


Ignore:
Timestamp:
May 8, 2015, 12:36:36 PM (7 years ago)
Author:
Niall Douglas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BestPracticeHandbook

    v17 v18  
    790790}}}
    791791
    792 == 16. FUTURE PROOFING: Consider using a precompiled header to feed your (multi-abi) library into your unit tests ==
     792== 16. BUILD: Consider defaulting to header only, but enable C++ 11 features very substantially reducing build times ==
    793793
    794794Good proxy for supporting C++ Modules down the road, usually a massive build time improvement too especially on low end CPUs.