From 29304b4e6152335b6deda223a73c55890f3e60c3 Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Sun, 3 Mar 2013 13:21:35 +0000
Subject: [PATCH] Add context and chrono to list of libraries that need
building. Refs #7324.
Based on:
http://lists.boost.org/Archives/boost/2012/05/193443.php
http://lists.boost.org/boost-users/2012/09/76006.php
[SVN r83278]
---
more/getting_started/detail/header-only.rst | 2 ++
more/getting_started/detail/links.rst | 2 ++
more/getting_started/unix-variants.html | 2 ++
more/getting_started/windows.html | 2 ++
4 files changed, 8 insertions(+)
diff --git a/more/getting_started/detail/header-only.rst b/more/getting_started/detail/header-only.rst
index d70fd2c8d0..e119abeabb 100644
--- a/more/getting_started/detail/header-only.rst
+++ b/more/getting_started/detail/header-only.rst
@@ -19,6 +19,8 @@ Boost?” The good news is that often, there's nothing to build.
The only Boost libraries that *must* be built separately are:
+* Boost.Chrono_
+* Boost.Context_
* Boost.Filesystem_
* Boost.GraphParallel_
* Boost.IOStreams_
diff --git a/more/getting_started/detail/links.rst b/more/getting_started/detail/links.rst
index d760294b79..0c9111f0c2 100644
--- a/more/getting_started/detail/links.rst
+++ b/more/getting_started/detail/links.rst
@@ -2,6 +2,8 @@
.. Software License, Version 1.0. (See accompanying
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+.. _Boost.Chrono: ../../libs/chrono/index.html
+.. _Boost.Context: ../../libs/context/index.html
.. _Boost.DateTime: ../../libs/date_time/index.html
.. _Boost.Filesystem: ../../libs/filesystem/index.html
.. _Boost.Graph: ../../libs/graph/index.html
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index 598af61c19..b2da8fc668 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -179,6 +179,8 @@ treatment when linking.
The only Boost libraries that must be built separately are: