updated regex directory structure

[SVN r9765]
This commit is contained in:
John Maddock
2001-04-12 11:14:59 +00:00
parent ed21a5183b
commit ab16e6c6c0
50 changed files with 89 additions and 87 deletions

View File

@ -297,7 +297,7 @@ localization model, then the appropriate pre-processor symbol (BOOST_RE_LOCALE_C
or BOOST_RE_LOCALE_CPP) must be defined both when you build the
support library, and when you include <boost/regex.hpp> or
<boost/cregex.hpp> in your code. The best way to ensure
this is to add the #define to &lt;boost/re_detail/jm_opt.h&gt;. </p>
this is to add the #define to &lt;boost/regex/detail/regex_options.hpp&gt;. </p>
<p><i>Providing a message catalogue:</i> </p>