No dependencies
Flyweights are small-sized handle classes granting constant access to shared common data, thus allowing for the management
of large amounts of entities within reasonable memory limits. Boost.Flyweight makes it easy to use this common programming
idiom by providing the class template flyweight<T>, which acts as a drop-in replacement for const T.
conanfile.txt (the example requires at least Boost 1.86):[requires]
boost/[>=1.86.0]
[options]
boost:header_only=True
vcpkg install boost-flyweight
[flyweight] tag at the beginning of the subject line)