diff options
Diffstat (limited to 'devel/reflection-cpp/pkg-descr')
-rw-r--r-- | devel/reflection-cpp/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/reflection-cpp/pkg-descr b/devel/reflection-cpp/pkg-descr new file mode 100644 index 000000000000..7d8c1036c99d --- /dev/null +++ b/devel/reflection-cpp/pkg-descr @@ -0,0 +1,8 @@ +This is a C++ static reflection library. + +Goals: +- Trivial to integrate into existing codebases (no code generation, no + macros, no build system changes) +- Minimal to zero runtime overhead +- Works with C++20 and later +- Prepared to integrate C++26 reflections when they are available |