1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta name="generator" content="HTML Tidy, see www.w3.org"> |
---|
5 | <title>Boost.Regex: regbase</title> |
---|
6 | <meta http-equiv="Content-Type" content= |
---|
7 | "text/html; charset=iso-8859-1"> |
---|
8 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
---|
9 | </head> |
---|
10 | <body> |
---|
11 | <p></p> |
---|
12 | |
---|
13 | <table id="Table1" cellspacing="1" cellpadding="1" width="100%" |
---|
14 | border="0"> |
---|
15 | <tr> |
---|
16 | <td valign="top" width="300"> |
---|
17 | <h3><a href="../../../index.htm"><img height="86" width="277" alt= |
---|
18 | "C++ Boost" src="../../../boost.png" border="0"></a></h3> |
---|
19 | </td> |
---|
20 | <td width="353"> |
---|
21 | <h1 align="center">Boost.Regex</h1> |
---|
22 | |
---|
23 | <h2 align="center">regbase</h2> |
---|
24 | </td> |
---|
25 | <td width="50"> |
---|
26 | <h3><a href="index.html"><img height="45" width="43" alt= |
---|
27 | "Boost.Regex Index" src="uarrow.gif" border="0"></a></h3> |
---|
28 | </td> |
---|
29 | </tr> |
---|
30 | </table> |
---|
31 | |
---|
32 | <br> |
---|
33 | <br> |
---|
34 | |
---|
35 | |
---|
36 | <hr> |
---|
37 | <p>Use of the type <code>boost::regbase</code> is now deprecated, |
---|
38 | and the type does not form a part of the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1429.htm"> |
---|
39 | regular expression standardization proposal</a>. This type |
---|
40 | still exists as a base class of <code>boost::basic_regex</code>, |
---|
41 | and you can still refer to <code> |
---|
42 | boost::regbase::constant_name</code> in your code, however for |
---|
43 | maximum portability to other std regex implementations you should |
---|
44 | instead use either:</p> |
---|
45 | |
---|
46 | <pre> |
---|
47 | boost::regex_constants::constant_name |
---|
48 | </pre> |
---|
49 | |
---|
50 | <p>or</p> |
---|
51 | |
---|
52 | <pre> |
---|
53 | boost::regex::constant_name |
---|
54 | </pre> |
---|
55 | |
---|
56 | <p>or</p> |
---|
57 | |
---|
58 | <pre> |
---|
59 | boost::wregex::constant_name |
---|
60 | </pre> |
---|
61 | |
---|
62 | <p></p> |
---|
63 | |
---|
64 | <hr> |
---|
65 | <br> |
---|
66 | <br> |
---|
67 | |
---|
68 | |
---|
69 | <p>Revised |
---|
70 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
---|
71 | 24 Oct 2003 |
---|
72 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> |
---|
73 | <p><i>© Copyright John Maddock 1998- |
---|
74 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> |
---|
75 | 2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p> |
---|
76 | <P><I>Use, modification and distribution are subject to the Boost Software License, |
---|
77 | Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> |
---|
78 | or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P> |
---|
79 | </body> |
---|
80 | </html> |
---|
81 | |
---|
82 | |
---|