issues
search
coder137
/
build_in_cpp
Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50
stars
2
forks
source link
Utility libraries
#220
Open
coder137
opened
2 years ago
coder137
commented
2 years ago
[x] Better optional support (std::optional has limitations)
https://github.com/TartanLlama/optional
[ ] Add expected support (Return expected from a function instead of throwing exceptions)
https://github.com/TartanLlama/expected
[ ] Guidelines Library
https://github.com/microsoft/GSL
coder137
commented
2 years ago
221 [Utility] Added tl::optional library and changed std::optional to env::optional (tl::optional underneath)