|
12 | 12 | * [There are more useful stuff in a companion project so5extra](#there-are-more-useful-stuff-in-a-companion-project-so5extra) |
13 | 13 | * [Limitations](#limitations) |
14 | 14 | * [Obtaining and building](#obtaining-and-building) |
15 | | - * [SObjectizer-5.7 requires C 17!](#sobjectizer-57-requires-c17) |
| 15 | + * [SObjectizer-5.8 requires Cpp-17!](#sobjectizer-58-requires-c17) |
16 | 16 | * [Building via Mxx_ru](#building-via-mxx_ru) |
17 | 17 | * [Building via CMake](#building-via-cmake) |
18 | 18 | * [Building for Android](#building-for-android) |
@@ -611,14 +611,14 @@ Android is possible by CMake only. See the corresponding section below. |
611 | 611 | SObjectizer can also be installed and used via **vcpkg** and **Conan** |
612 | 612 | dependency managers. See the appropriate sections below. |
613 | 613 |
|
614 | | -## SObjectizer-5.7 requires C++17! |
| 614 | +## SObjectizer-5.8 requires C++17! |
615 | 615 |
|
616 | | -The 5.7-branch of SObjectizer requires C++17. |
| 616 | +The 5.8-branch of SObjectizer requires C++17. |
617 | 617 |
|
618 | 618 | If you need support for C++14 or C++11 try to look to older versions of |
619 | 619 | SObjectizer on [SourceForge](https://sourceforge.net/projects/sobjectizer). Or |
620 | 620 | contact [stiffstream](https://stiffstream.com/en/services.html) to discuss |
621 | | -porting of SObjectizer-5.7 to older C++ standards. |
| 621 | +porting of SObjectizer-5.8 to older C++ standards. |
622 | 622 |
|
623 | 623 | ## Building via Mxx_ru |
624 | 624 |
|
@@ -848,7 +848,7 @@ To use SObjectizer via Conan it is necessary to add SObjectizer to |
848 | 848 |
|
849 | 849 | ``` |
850 | 850 | [requires] |
851 | | -sobjectizer/5.7.2.3 |
| 851 | +sobjectizer/5.8.0 |
852 | 852 | ``` |
853 | 853 |
|
854 | 854 | It also may be necessary to specify `shared` option for SObjectizer. For example, for build SObjectizer as a static library: |
|
0 commit comments