Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/regex/doc/regbase.html @ 30

Last change on this file since 30 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.2 KB
Line 
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%"
14border="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,
38and the type does not form a part of the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1429.htm">
39regular expression standardization proposal</a>.&nbsp; This type
40still exists as a base class of <code>boost::basic_regex</code>,
41and you can still refer to <code>
42boost::regbase::constant_name</code> in your code, however for
43maximum portability to other std regex implementations you should
44instead use either:</p>
45
46<pre>
47boost::regex_constants::constant_name
48</pre>
49
50<p>or</p>
51
52<pre>
53boost::regex::constant_name
54</pre>
55
56<p>or</p>
57
58<pre>
59boost::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&nbsp;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
Note: See TracBrowser for help on using the repository browser.