From 2ecd905fb25fb56763b1865fd3604ba1455b1534 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 27 Dec 2002 16:51:53 +0000 Subject: [PATCH] add or update See www.boost.org comments [SVN r16708] --- include/boost/cregex.hpp | 2 +- include/boost/regex.h | 2 +- include/boost/regex.hpp | 2 +- include/boost/regex_fwd.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/cregex.hpp b/include/boost/cregex.hpp index 60385a99..e35a6c36 100644 --- a/include/boost/cregex.hpp +++ b/include/boost/cregex.hpp @@ -14,7 +14,7 @@ */ /* - * LOCATION: see http://www.boost.org for most recent version. + * LOCATION: see http://www.boost.org/libs/regex for most recent version. * FILE cregex.cpp * VERSION see * DESCRIPTION: Declares POSIX API functions diff --git a/include/boost/regex.h b/include/boost/regex.h index 6337aabd..eefefbb7 100644 --- a/include/boost/regex.h +++ b/include/boost/regex.h @@ -14,7 +14,7 @@ */ /* - * LOCATION: see http://www.boost.org for most recent version. + * LOCATION: see http://www.boost.org/libs/regex for documentation. * FILE regex.h * VERSION 3.12 * DESCRIPTION: Declares POSIX API functions diff --git a/include/boost/regex.hpp b/include/boost/regex.hpp index 44a238ac..b5227e45 100644 --- a/include/boost/regex.hpp +++ b/include/boost/regex.hpp @@ -14,7 +14,7 @@ */ /* - * LOCATION: see http://www.boost.org for most recent version. + * LOCATION: see http://www.boost.org/libs/regex for documentation. * FILE regex.cpp * VERSION see * DESCRIPTION: Declares boost::reg_expression<> and associated diff --git a/include/boost/regex_fwd.hpp b/include/boost/regex_fwd.hpp index be777260..1e78c194 100644 --- a/include/boost/regex_fwd.hpp +++ b/include/boost/regex_fwd.hpp @@ -14,7 +14,7 @@ */ /* - * LOCATION: see http://www.boost.org for most recent version. + * LOCATION: see http://www.boost.org/libs/regex for documentation. * FILE regex_fwd.cpp * VERSION see * DESCRIPTION: Forward declares boost::reg_expression<> and