updated with latest versions of Boost-specific macros

This commit is contained in:
joaquintides
2025-09-26 18:47:49 +02:00
committed by GitHub
parent c38c3cb28a
commit fe91d3202c

View File

@@ -9,26 +9,28 @@ Official repository: https://github.com/boostorg/website-v2-docs
// Date of release
Month Day, Year Hour::Minute GMT
https://www.boost.org/doc/libs/X_XX_X/[Documentation]
boost_at:/doc/libs/X_XX_X/[Documentation]
// Formatting reference: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
// Boost-specific macros: https://github.com/cppalliance/asciidoctor-boost?tab=readme-ov-file#macros
// Please keep the list of libraries sorted in lexicographical order.
== New Libraries
// Example:
//
// * phrase::[library,at::/libs/accumulators/[Accumulators]:] Framework for
// incremental calculation, and collection of statistical accumulators, from Eric Niebler.
// * boost_phrase:library[Accumulators,/libs/accumulators]:
// ** Framework for incremental calculation, and collection of statistical
// accumulators, from Eric Niebler.
== Updated Libraries
// Example:
//
// * phrase::[library,at::/libs/interprocess/[Interprocess]:]
// * boost_phrase:library[Interprocess,/libs/interprocess/]:
// ** Added anonymous shared memory for UNIX systems.
// ** Conform to `std::pointer_traits` requirements (github_pr::[interprocess,32]).
// ** Fixed `named_condition_any` fails to notify (github_issue::[interprocess,62]).
// ** Conform to `std::pointer_traits` requirements (boost_gh:pr[interprocess,32]).
// ** Fixed `named_condition_any` fails to notify (boost_gh:issue[interprocess,62]).
== Compilers Tested