C++ Boost

Boost.Regex

regbase

Boost.Regex Index




Use of the type boost::regbase is now deprecated, and the type does not form a part of the regular expression standardization proposal.  This type still exists as a base class of boost::basic_regex, and you can still refer to boost::regbase::constant_name in your code, however for maximum portability to other std regex implementations you should instead use either:

boost::regex_constants::constant_name

or

boost::regex::constant_name

or

boost::wregex::constant_name




Revised 17 May 2003

© Copyright John Maddock 1998- 2003

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Dr John Maddock makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.