Skip to content

v2.2.10 Boost 1.86 release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 18:20

Enhancements:

  • Something I've been meaning to do for far too long now is make the GDB pretty printers
    auto-loading so you don't have to set up .gdbinit. This is now done. I also improved
    the pretty printers to also pretty print the C result type which can be very useful if
    working with that type, as it will print the error message in GDB.

Experimental Outcome's status_code has also gained its own auto-loading GDB pretty printer
with display of strerror() if the code domain is POSIX or generic.

Bug fixes:

  • The status enumeration used to track state internally did not list all possible enum
    values. This caused static analysers to complain.

Use the 'all-sources' tarball below, NOT the github generated one which is missing dependencies: