$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Most recent version of Boost supporting MSVC6
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-02-08 12:09:00
>Can someone tell me which is the most recent version of Boost to support
>Microsoft Visual C++ 6 ?
>
>In particular the Regular Expression module - Regex.
There's not been any deliberate dropping of support for VC6 in Boost.Regex,
but:
* We stopped testing it a while back (and I haven't had it installed on my
machine for some time to test with locally).
* Boost.Regex's dependencies may have dropped VC6 support even if the regex
lib hasn't (shared_ptr for example).
Sorry I can't be more definite, but this is a *very* old compiler now!
HTH, John.