From c468adf68bcfe07d2ecda163a06b23fd8873b98a Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 16 Nov 2007 19:24:52 +0000 Subject: [PATCH] add comment pointing to BOOST_FOREACH's online docs [SVN r41155] --- include/boost/foreach.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/foreach.hpp b/include/boost/foreach.hpp index d964f9b..eed1fdd 100755 --- a/include/boost/foreach.hpp +++ b/include/boost/foreach.hpp @@ -5,6 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) +// See http://www.boost.org/libs/foreach for documentation // // Credits: // Anson Tsao - for the initial inspiration and several good suggestions.