mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
updated with latest versions of Boost-specific macros
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -60,4 +62,4 @@ Boost's primary test compilers are:
|
||||
|
||||
// Edit this section as appropriate
|
||||
|
||||
Marshall Clow, Glen Fernandes and Ion Gaztañaga managed this release.
|
||||
Marshall Clow, Glen Fernandes and Ion Gaztañaga managed this release.
|
||||
|
||||
Reference in New Issue
Block a user