diff --git a/libs/libraries.htm b/libs/libraries.htm
index 12d08b8da2..46fbee3b80 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -80,8 +80,6 @@ how to download, build, and install the libraries.
- - accumulators - Framework for incremental
- calculation, and collection of statistical accumulators, from Eric Niebler.
- any - Safe, generic container for single
values of different value types, from Kevlin Henney.
- array - STL compliant
@@ -276,7 +274,6 @@ how to download, build, and install the libraries.
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.
- uBLAS - Basic linear algebra
for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.
- - unordered - unordered associative containers, from Daniel James.
- utility - Class noncopyable
plus checked_delete(), checked_array_delete(), next(),
prior()
@@ -344,7 +341,6 @@ how to download, build, and install the libraries.
- property map
- Concepts defining interfaces which map key objects to
value objects, from Jeremy Siek.
- - unordered - unordered associative containers, from Daniel James.
- variant - Safe, generic, stack-based
discriminated union container, from Eric Friedman and Itay Maman.
@@ -490,8 +486,6 @@ how to download, build, and install the libraries.
Math and numerics
- - accumulators - Framework for incremental
- calculation, and collection of statistical accumulators, from Eric Niebler.
- math - Several contributions in the
domain of mathematics, from various authors.
- numeric/conversion - Optimized Policy-based Numeric Conversions,