From f07f1b2690fac75c06ccf5d3b4ec0fbb6e0c1368 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/concept_archetype.hpp | 2 ++ include/boost/concept_check.hpp | 3 +++ 2 files changed, 5 insertions(+) diff --git a/include/boost/concept_archetype.hpp b/include/boost/concept_archetype.hpp index f84d8c7..3bf72e4 100644 --- a/include/boost/concept_archetype.hpp +++ b/include/boost/concept_archetype.hpp @@ -10,6 +10,8 @@ // 17 July 2001: Added const to some member functions. (Jeremy Siek) // 05 May 2001: Removed static dummy_cons object. (Jeremy Siek) +// See http://www.boost.org/libs/concept_check for documentation. + #ifndef BOOST_CONCEPT_ARCHETYPES_HPP #define BOOST_CONCEPT_ARCHETYPES_HPP diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index b5bdbe4..146ffd9 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -10,6 +10,9 @@ // 02 April 2001: Removed limits header altogether. (Jeremy Siek) // 01 April 2001: Modified to use new header. (JMaddock) // + +// See http://www.boost.org/libs/concept_check for documentation. + #ifndef BOOST_CONCEPT_CHECKS_HPP #define BOOST_CONCEPT_CHECKS_HPP