Boost logo

Boost :

From: Paul Selormey (paul_at_[hidden])
Date: 2001-01-29 20:51:50


Hello All,
Am I the only one having constant problems trying to compile the
regular expression library?

I have downloaded version 3.03, and the compilation with VC++ 6.0 sp4
failed. The files "ob_type_traits.hpp" is referencing a header file
"type.hpp"
as shown in the following codes from it, but the "type.hpp" is no where to
be
found.
I downloaded the whole boost package but could still not find it. What is
going on?

-------------------------------------from
ob_type_traits.hpp--------------------------------------
#ifndef BOOST_OB_TYPE_TRAITS_HPP
#define BOOST_OB_TYPE_TRAITS_HPP

#include <boost/type.hpp>

#ifndef BOOST_TYPE_TRAITS_HPP
#error Internal header file: This header must be included by
<boost/type_traits.hpp> only.
#endif
----------------------------------------------------------------------------
------------------------

Regards,
Paul.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk