Optional: Move optional-lite to the include/third-party directory

This fixes the use case of adding the include folder
manually to an outside project.
This commit is contained in:
Paul Hollinsky
2021-04-23 20:01:53 -04:00
parent b7ce9819bd
commit 6c1cbc9db8
44 changed files with 1 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
Changes for Optional Lite A single-file header-only [type-safe C++17-like any, a] type-safe container for single values of any type for C++98, C++11 and later
1.0.2 - 2015-04-14
- This release fixes the declaration of nullopt and updates lest_cpp03.hpp to version 1.22.0.
1.0.1 - 2014-12-23
- This release contains several small changes and corrections.
1.0.0 - 2014-12-21
- This is the initial release of optional lite.