diff options
Diffstat (limited to 'devel/boxed-cpp/pkg-descr')
-rw-r--r-- | devel/boxed-cpp/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/boxed-cpp/pkg-descr b/devel/boxed-cpp/pkg-descr new file mode 100644 index 000000000000..1e55d3c3ef91 --- /dev/null +++ b/devel/boxed-cpp/pkg-descr @@ -0,0 +1,4 @@ +This is a small header-only library for easing primitive type boxing +in C++. Primary goal of the library is to make it easy to avoid code +with easily swappable parameters +clang-tidy:bugprone-easily-swappable-parameters. |