Add /libs/lib-name to comment

[SVN r16685]
This commit is contained in:
Beman Dawes 2002-12-23 02:43:12 +00:00
parent a009a209f1
commit 9e6951009b
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
// Note: There are no include guards. This is intentional. // Note: There are no include guards. This is intentional.
// //
// See http://www.boost.org/libs/utility for Documentation.
#undef BOOST_ASSERT #undef BOOST_ASSERT
#if defined(BOOST_DISABLE_ASSERTS) #if defined(BOOST_DISABLE_ASSERTS)

View File

@ -3,7 +3,7 @@
// in all copies. This software is provided "as is" without express or implied // in all copies. This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose. // warranty, and with no claim as to its suitability for any purpose.
// See http://www.boost.org for most recent version including documentation. // See http://www.boost.org/libs/utility/call_traits.htm for Documentation.
// See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
// for full copyright notices. // for full copyright notices.

View File

@ -16,7 +16,7 @@
// This software is provided "as is" without express or implied // This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose. // warranty, and with no claim as to its suitability for any purpose.
// //
// http://www.boost.org/libs/utility/checked_delete.html // See http://www.boost.org/libs/utility/checked_delete.html for documentation.
// //
namespace boost namespace boost