Requirements updated

This commit is contained in:
Mateusz Pusz
2019-04-04 10:37:45 +02:00
parent e0327adb47
commit 2be2bafc26

View File

@@ -29,8 +29,9 @@ static_assert(2_km / 2_kmph == 1_h);
- compiler errors - compiler errors
- debugging - debugging
3. No macros in the user interface 3. No macros in the user interface
4. No external dependencies 4. Easy extensibility
5. Possibility to be standardized as a part of C++ Standard Library 5. No external dependencies
6. Possibility to be standardized as a part of C++ Standard Library
## Basic Concepts ## Basic Concepts