Changes between Version 18 and Version 19 of BestPracticeHandbook


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BestPracticeHandbook

    v18 v19  
    790790}}}
    791791
    792 == 16. BUILD: Consider defaulting to header only, but enable C++ 11 features very substantially reducing build times ==
     792== 16. BUILD: Consider defaulting to header only, but make available 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.