@@ -57,13 +57,13 @@ C++ Standard API libstdc++ libc++ MSVC
57
57
===================================== ========== ========== ==========
58
58
``std::swap `` Tested Tested Tested
59
59
------------------------------------- ---------- ---------- ----------
60
- ``std::lower_bound `` Tested Tested Tested
60
+ ``std::lower_bound `` Tested Tested
61
61
------------------------------------- ---------- ---------- ----------
62
- ``std::upper_bound `` Tested Tested Tested
62
+ ``std::upper_bound `` Tested Tested
63
63
------------------------------------- ---------- ---------- ----------
64
- ``std::binary_search `` Tested Tested Tested
64
+ ``std::binary_search `` Tested Tested
65
65
------------------------------------- ---------- ---------- ----------
66
- ``std::equal_range `` Tested Tested Tested
66
+ ``std::equal_range `` Tested Tested
67
67
------------------------------------- ---------- ---------- ----------
68
68
``std::tuple `` Tested Tested Tested
69
69
------------------------------------- ---------- ---------- ----------
@@ -225,7 +225,7 @@ C++ Standard API libstdc++ libc++ MSVC
225
225
------------------------------------- ---------- ---------- ----------
226
226
``std::ratio `` Tested Tested Tested
227
227
------------------------------------- ---------- ---------- ----------
228
- ``std::complex `` Tested Tested Tested
228
+ ``std::complex `` Tested Tested
229
229
------------------------------------- ---------- ---------- ----------
230
230
``std::abs `` Tested Tested Tested
231
231
------------------------------------- ---------- ---------- ----------
@@ -257,7 +257,7 @@ C++ Standard API libstdc++ libc++ MSVC
257
257
------------------------------------- ---------- ---------- ----------
258
258
``std::acos `` Tested Tested Tested
259
259
------------------------------------- ---------- ---------- ----------
260
- ``std::atan `` Tested Tested Tested
260
+ ``std::atan `` Tested Tested
261
261
------------------------------------- ---------- ---------- ----------
262
262
``std::atan2 `` Tested Tested Tested
263
263
------------------------------------- ---------- ---------- ----------
@@ -271,7 +271,7 @@ C++ Standard API libstdc++ libc++ MSVC
271
271
------------------------------------- ---------- ---------- ----------
272
272
``std::acosh `` Tested Tested Tested
273
273
------------------------------------- ---------- ---------- ----------
274
- ``std::atanh `` Tested Tested Tested
274
+ ``std::atanh `` Tested Tested
275
275
------------------------------------- ---------- ---------- ----------
276
276
``std::exp `` Tested Tested Tested
277
277
------------------------------------- ---------- ---------- ----------
@@ -297,7 +297,7 @@ C++ Standard API libstdc++ libc++ MSVC
297
297
------------------------------------- ---------- ---------- ----------
298
298
``std::logb `` Tested Tested Tested
299
299
------------------------------------- ---------- ---------- ----------
300
- ``std::pow `` Tested Tested Tested
300
+ ``std::pow `` Tested Tested
301
301
------------------------------------- ---------- ---------- ----------
302
302
``std::sqrt `` Tested Tested Tested
303
303
------------------------------------- ---------- ---------- ----------
@@ -343,7 +343,7 @@ C++ Standard API libstdc++ libc++ MSVC
343
343
------------------------------------- ---------- ---------- ----------
344
344
``std::for_each `` Tested Tested Tested
345
345
------------------------------------- ---------- ---------- ----------
346
- ``std::find `` Tested Tested Tested
346
+ ``std::find `` Tested Tested
347
347
------------------------------------- ---------- ---------- ----------
348
348
``std::find_if `` Tested Tested Tested
349
349
------------------------------------- ---------- ---------- ----------
@@ -450,15 +450,17 @@ C++ Standard API libstdc++ libc++ MSVC
450
450
``std::truncf `` Tested Tested Tested
451
451
===================================== ========== ========== ==========
452
452
453
- These tests were done for the following versions of the standard C++ library :
453
+ The testing was conducted for the following versions of the C++ standard libraries, with the help of the listed compilers :
454
454
455
- ============================================= =============================================
456
- libstdc++ (GNU) Provided with GCC* 8.4.0, GCC 9.3.0,
455
+ ============================================= ============================================= ==================================
456
+ C++ Standard Library C++ Standard Library Version SYCL Compiler Used
457
+ ============================================= ============================================= ==================================
458
+ libstdc++ (GNU) Provided with GCC* 8.4.0, GCC 9.3.0, Intel® oneAPI DPC++/C++ Compiler
457
459
GCC 11.4.0, GCC 13.2.0
458
- --------------------------------------------- ---------------------------------------------
459
- libc++ (LLVM) Provided with Clang* 11.0, Clang 14.0,
460
- Clang 17.0, Clang 18.1
461
- --------------------------------------------- ---------------------------------------------
462
- Microsoft Visual C++* (MSVC) Standard Library Provided with Microsoft Visual Studio 2019
460
+ --------------------------------------------- --------------------------------------------- ----------------------------------
461
+ Microsoft Visual C++* (MSVC) Standard Library Provided with Microsoft Visual Studio 2019 Intel® oneAPI DPC++/C++ Compiler
463
462
and Microsoft Visual Studio 2022.
464
- ============================================= =============================================
463
+ --------------------------------------------- --------------------------------------------- ----------------------------------
464
+ libc++ (LLVM) Provided with Clang* 18.1, Clang 19.1, AdaptiveCpp
465
+ Clang 20.1
466
+ ============================================= ============================================= ==================================
0 commit comments