|
Boost : |
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2003-12-08 15:22:56
I have a few questions regarding the <boost/config.hpp> support tool:
[1] Is there support for libraries that have older I/O implementations that
do not implement std::basic_istream, etc.? GCC 2.95.3-5, for example, does
not support std::basic_xxxstream classes unless libstdc++3 is used.
[2] Is it possible to add checks for Dinkumware-style hash containers?
[3] When using BOOST_DEDUCED_TYPENAME, should it be used in all contexts
other than in template parameters, e.g.
template< typename T > // ok
struct demo
{
typedef BOOST_DEDUCED_TYPENAME T::type type;
typedef std::list< BOOST_DEDUCED_TYPENAME T::value_type > list;
};
Regards,
Reece H Dunn
_________________________________________________________________
Use MSN Messenger to send music and pics to your friends
http://www.msn.co.uk/messenger
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk