We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1a600 commit c9caa8bCopy full SHA for c9caa8b
README.md
@@ -6,6 +6,7 @@ The main features:
6
* small: consists of few header files, there is no dependencies
7
* speed: use intrinsics if supported
8
* cross-platform: supports MSVC, GCC and CLANG C++17 compilers
9
+* exception neutral: doesn't use exceptions, all methods are noexсept
10
11
The library implements two main classes:
12
```c++
0 commit comments