From 2efac9cd36ecd8b9bce0aeb5aefb2f3add03b47a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 14 Nov 2002 15:13:59 +0000 Subject: [PATCH] boost::throw_exception documentation added. [SVN r16239] --- include/boost/throw_exception.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index 36e2733..3f06fcd 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -15,6 +15,8 @@ // This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // +// http://www.boost.org/libs/utility/throw_exception.html +// #include