ports/devel/boxed-cpp/pkg-descr
Hiroki Tagato 60d9715e27 devel/boxed-cpp: add port: Boxing primitive types in C++
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.

WWW: https://github.com/contour-terminal/boxed-cpp
2025-06-05 21:19:36 +09:00

5 lines
220 B
Plaintext

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.