Boost logo

Boost :

Subject: Re: [boost] [Config] Support for switching between std:: andboost::equivalents.
From: Bjorn Reese (breese_at_[hidden])
Date: 2015-06-07 07:05:29


On 06/07/2015 05:17 AM, Edward Diener wrote:

> I design a library which, let's say, takes a regex object as parameter
> to some exported function. If the end-user of my library is compiling in
> C++11 mode is it more likely that his use of regex will be std::regex or
> boost::regex ? IMO it is the former. Conversely if the end-user of my

What if your library uses extension in boost::regex that are not present
in std::regex?


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