Removed one dead file.

Changed legacy referernces to reg_expression to basic_regex


[SVN r26739]
This commit is contained in:
John Maddock
2005-01-19 13:28:57 +00:00
parent 8545aeb1f3
commit b7cb69bae3
3 changed files with 2 additions and 2217 deletions

View File

@ -13,7 +13,7 @@
* LOCATION: see http://www.boost.org/libs/regex for documentation.
* FILE regex.cpp
* VERSION see <boost/version.hpp>
* DESCRIPTION: Declares boost::reg_expression<> and associated
* DESCRIPTION: Declares boost::basic_regex<> and associated
* functions and classes. This header is the main
* entry point for the template regex code.
*/

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
* LOCATION: see http://www.boost.org/libs/regex for documentation.
* FILE regex_fwd.cpp
* VERSION see <boost/version.hpp>
* DESCRIPTION: Forward declares boost::reg_expression<> and
* DESCRIPTION: Forward declares boost::basic_regex<> and
* associated typedefs.
*/