Рабочая сборка C++: 17 Conan: 1.66.0

(cherry picked from commit 6d7afb3e72d348f66655da82241ac4a3e965fff5)
This commit is contained in:
Антон
2025-04-09 07:55:44 +03:00
parent 548cfb5668
commit 737e94522c
3 changed files with 6 additions and 7 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <boost/version.hpp>
int main() {
int x = 10;
std::cout << "Boost version: " << BOOST_LIB_VERSION << "\n";
return EXIT_SUCCESS;