Boost logo

Boost :

From: Angus Leeming (angus.leeming_at_[hidden])
Date: 2003-10-12 14:15:33


John Maddock wrote:

>
>> If you tell me when the patch is in cvs, I'll try it out again.
>> Once all is working for me, I'll pass the subset of boost that we
>> use on to our Mac OSX, gcc 2.95 user and see if he still needs to
>> set that BOOST_REGEX_NARROW_INSTANTIATE flag.
>
> It's in cvs now,

Hmmm. I see you posted your message on Saturday morning (a day and a
half ago). I have just grabbed the boost-03-10-12-1000 hourly snapshot
from boostconsulting.com.

diff shows no differences to my previous boost-03-10-09-0400 snapshot.

$ grep throw *
cpp_regex_traits.cpp: throw std::runtime_error(m + regex_message_catalogue);
cpp_regex_traits.cpp: throw;
cpp_regex_traits.cpp: throw std::runtime_error(m + regex_message_catalogue);
cpp_regex_traits.cpp: throw;
c_regex_traits.cpp: throw;
c_regex_traits.cpp: throw;
c_regex_traits.cpp: throw std::runtime_error(m + boost::re_detail::c_traits_base::get_catalogue());
c_regex_traits.cpp: throw;
c_regex_traits.cpp: throw;
fileiter.cpp: throw std::runtime_error("Unable to create file mapping.");
fileiter.cpp: throw std::runtime_error("Unable to create file mapping.");
[snip others, 27 in total...]

Regards,
Angus


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