Hi, I'm planning to apply an ABI breaking change to the Boost.Any https://github.com/boostorg/any/pull/11 That PR makes the binaries that use boost::any smaller. For example libboost_program_options.so looses 4KB in size. Boost libraries were not guaranteeing ABI stability, but boost::any is quite often used across library boundaries. Double checking that there's no objections.
вт, 7 мая 2019 г. в 08:43, Antony Polukhin
Hi,
I'm planning to apply an ABI breaking change to the Boost.Any https://github.com/boostorg/any/pull/11
Not planning to do that any more. Looks like the binaries increase their size due to the https://github.com/boostorg/any/commit/6684551de3f7a3dd91a0d3626d5655ef3d553... commit in develop. According to https://github.com/boostorg/any/issues/10#issuecomment-487989977 the commit is not necessary as the issue was already fixed in 1.70 -- Best regards, Antony Polukhin
participants (1)
-
Antony Polukhin