Changes between Version 18 and Version 19 of BestPracticeHandbook
- Timestamp:
- May 8, 2015, 12:37:49 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BestPracticeHandbook
v18 v19 790 790 }}} 791 791 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 == 793 793 794 794 Good proxy for supporting C++ Modules down the road, usually a massive build time improvement too especially on low end CPUs.