c85830902b81cf4439941a27d242db4f9af12c9b
- add compiler hint for checking the arguments of printf. - change the return value of printf. from std::expected to normal value. use C++ exception to indicate error. * the error of printf usually caused by programmer. so it can be found when testing program. * so i use std::logic_error to indicate this and programmer should fix this before releasing program. - change the use of encoding convertion. for those cases that convertion must be safe, we unwrap it directly.
YYC Commonplace
YYC Commonplace, or YYCCommonplace (abbr. YYCC) is a static library specifically resolving my requirements in C++ and Windows scope.
Usage
For more usage about this library, please read documentation after building this project with documentation. I also highly recommend that you read documentation first before writing with this library.
Build
See Compile Manual.
Languages
C++
97.7%
CMake
1.9%
Python
0.3%
Jinja
0.1%