yyc12345 3858b4f3ec fix: use new way to detect c++ version in MSVC.
- use new macro to check C++ version in MSVC, instead of use compiler switch and __cplusplus macro.
2024-08-15 16:50:15 +08:00
2024-07-22 13:56:00 +08:00
2024-07-22 22:41:10 +08:00
2024-07-13 22:50:37 +08:00

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 build documentation of this project via Doxygen and read it.

And I also highly recommend that you read documentation first before writing with this library.

However, the documentation need CMake to build and you may don't know how to use CMake in this project. So as the alternative, you also can browse the raw Doxygen documentation file: doc/src/intro.dox for how to build this project (including documentation) first.

Build

This project require at least CMake 3.23 to build. We suggest that you only use stable version (tagged commit). The latest commit may still work in progress and not stable.

See documentation for how to build this project.

Description
No description provided
Readme MIT 785 KiB
Languages
C++ 95.2%
CMake 2.4%
Python 1.2%
Batchfile 0.9%
Shell 0.3%