$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84464 - trunk/libs/type_erasure/doc
From: steven_at_[hidden]
Date: 2013-05-24 13:28:54
Author: steven_watanabe
Date: 2013-05-24 13:28:54 EDT (Fri, 24 May 2013)
New Revision: 84464
URL: http://svn.boost.org/trac/boost/changeset/84464
Log:
Fix link to CopyConstructible
Text files modified:
trunk/libs/type_erasure/doc/Jamfile.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/type_erasure/doc/Jamfile.jam
==============================================================================
--- trunk/libs/type_erasure/doc/Jamfile.jam (original)
+++ trunk/libs/type_erasure/doc/Jamfile.jam 2013-05-24 13:28:54 EDT (Fri, 24 May 2013)
@@ -12,7 +12,7 @@
using doxygen ;
path-constant here : . ;
-path-constant boost-root : ../../../../../trunk ;
+path-constant boost-root : ../../.. ;
# Figure out where the root of the boost tree is relative
# to the html directory.