u/boostlibs

▲ 77 r/cpp

Boost 1.91.0 is now available in both Conan and vcpkg

For those of you waiting to upgrade through your package manager, Boost 1.91.0 has landed in both Conan and vcpkg.

What's in 1.91:

  • Boost.Decimal — new library implementing IEEE 754 decimal floating point arithmetic (from Matt Borland and Christopher Kormanyos)
  • Asio binary versioning — optional inline namespace lets multiple Asio versions coexist in the same process without symbol conflicts
  • 58 fewer internal dependencies across 55 libraries
  • StaticAssert merged into Config — no code changes needed, just update your dependency declarations when ready
  • CMake import std detection fix

Install:

conan install --requires=boost/1.91.0

vcpkg install boost

Links:

boost.org
u/boostlibs — 21 hours ago