v1.2.0
版本发布时间: 2022-10-23 10:18:00
federico-busato/Modern-CPP-Programming最新发布版本:1.7.0(2024-03-31 08:12:54)
Major changes:
- Added C++20 Concepts section
- Added C++20 Modules section
- Added C++20 Ranges section
- Added Metric Evaluation section (Performance Optimization III)
Other changes:
- Basic Concept I: Added C++20 Safe Comparison Operators
- Basic Concept II: Improved enum class features section
- Basic Concept III: Improved Allocation/Deallocation Properties section
- Basic Concept IV: Added [[maybe_unused]] attribute
- Object-Oriented Programming I: Added [[nodiscard]] and Classes section
- Object-Oriented Programming II: Improved Aggregate section
- Templates and Meta-Programming I: Fixed decltype behavior
- Translation Units: Introduced Attributes for Namespace
- Ecosystem: Added GitHub Copilot