Andrey Semashev
24.06.2007
The header contains an implementation of an attribute value base class.
namespace boost { namespace log { namespace attributes { template<typename T> class basic_attribute_value; } } }