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 0dc8a11 commit 301df5eCopy full SHA for 301df5e
README.md
@@ -11,3 +11,13 @@ cmake --build build
11
ctest --test-dir build --output-on-failure
12
./build/benchmarks/benchmark
13
```
14
+
15
+## Current status
16
17
+The library is currently a prototype. We need more features, more tests, more benchmarks.
18
19
+## Coding standard
20
21
+We are currently targeting C++ 23 although C++ 26 might be the next step.
22
23
+We are assuming that the code can run without exceptions.
0 commit comments