diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index e5c5766a3f..8572efffae 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -39,6 +39,7 @@ boostbook doc
../libs/interprocess/doc//interprocess
../libs/intrusive/doc//autodoc.xml
../libs/intrusive/doc//intrusive
+ ../libs/units/doc//units
../libs/unordered/doc//unordered
../libs/asio/doc//asio
../libs/thread/doc//thread
@@ -58,6 +59,7 @@ boostbook doc
../libs/mpi/doc//mpi
../libs/interprocess/doc//interprocess
../libs/intrusive/doc//intrusive
+ ../libs/units/doc//units
../libs/unordered/doc//unordered
../libs/thread/doc//thread
diff --git a/doc/src/boost.xml b/doc/src/boost.xml
index 9fddf825a4..2d2325eb2d 100644
--- a/doc/src/boost.xml
+++ b/doc/src/boost.xml
@@ -709,6 +709,8 @@
+
+
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 4dd8b2503c..5cb34c432b 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -275,6 +275,9 @@ 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.
+ units -
+ Zero-overhead dimensional analysis and unit/quantity
+ manipulation and conversion, from Matthias Schabel and Steven Watanabe.
unordered - unordered associative containers, from Daniel James.
utility - Class noncopyable
plus checked_delete(), checked_array_delete(), next(),
@@ -671,6 +674,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
tribool - 3-state boolean type library, from Doug Gregor.
typeof -
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.
+ units -
+ Zero-overhead dimensional analysis and unit/quantity
+ manipulation and conversion, from Matthias Schabel and Steven Watanabe.
utility - Class noncopyable
plus checked_delete(), checked_array_delete(), next(),
prior()
diff --git a/libs/units b/libs/units
index af82085e43..60bff01a0b 160000
--- a/libs/units
+++ b/libs/units
@@ -1 +1 @@
-Subproject commit af82085e43905d9181ad6edd1d3bf09bca3cf508
+Subproject commit 60bff01a0b7fb9144b45cee3758c8de87c1ee549