From 01ae016b52a8e3b61d15f689eed4f018756d2e9e Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sun, 1 May 2016 17:44:25 -0400 Subject: [PATCH 1/2] Updated link to guidelines. --- doc/macro_reference.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 0973c365..632dc6e6 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -1360,7 +1360,7 @@ include separate source code, and are intended to address several issues: * Fixing the ABI of the compiled library * Selecting which compiled library to link against based upon the compilers settings -See [@http://svn.boost.org/trac/boost/wiki/Guidelines/Separate Guidelines for Authors of Boost Libraries Containing Separate Source] +See [@http://www.boost.org/development/separate_compilation.html Guidelines for Authors of Boost Libraries Containing Separate Source] [section Macros controlling shared library symbol visibility] From 295fff9a1057fe3c60b89a70fd2e7629ab7da7ac Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sun, 1 May 2016 17:52:58 -0400 Subject: [PATCH 2/2] Changed guidelines reference in html file. --- doc/html/boost_config/boost_macro_reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index acda8ff0..30027331 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -5635,7 +5635,7 @@

- See Guidelines + See Guidelines for Authors of Boost Libraries Containing Separate Source