Changes between Version 17 and Version 18 of BestPracticeHandbook
- Timestamp:
- May 8, 2015, 12:36:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BestPracticeHandbook
v17 v18 790 790 }}} 791 791 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 == 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.