Change comments to make it clear why forward declaration header is required.

[SVN r11314]
This commit is contained in:
Beman Dawes 2001-10-01 14:15:44 +00:00
parent 7914f5b931
commit a6f6c3613a

View File

@ -11,7 +11,7 @@
#ifndef BOOST_UTILITY_BASE_FROM_MEMBER_HPP
#define BOOST_UTILITY_BASE_FROM_MEMBER_HPP
#include <boost/utility_fwd.hpp> // self include
#include <boost/utility_fwd.hpp> // required for parameter defaults
namespace boost