# cpp_compat **Repository Path**: bigbear2021/cpp_compat ## Basic Information - **Project Name**: cpp_compat - **Description**: In C++, to ensure compatibility across multiple C++ standards... - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-04 - **Last Updated**: 2026-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction In C++, to ensure compatibility across multiple C++ standards... # Development - Open a terminal and enter project root directory - Run the command: ``` conan install . -pr=profiles/clang-libc++ --build=missing conan build . -pr=profiles/clang-libc++ ``` Note: If you change the configurations, please delete CMakeCache.txt to recompile codes. # Package ``` conan create . --build=missing -pr=profiles/clang-libc++ ``` # Publish ``` # conan is my artifactory repository name conan upload compat/0.0.1 -r conan ```