background.html 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Background Information</title>
  5. <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../index.html" title="Boost.Regex 5.1.4">
  8. <link rel="up" href="../index.html" title="Boost.Regex 5.1.4">
  9. <link rel="prev" href="ref/internals/uni_iter.html" title="Unicode Iterators">
  10. <link rel="next" href="background/headers.html" title="Headers">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="ref/internals/uni_iter.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="background/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  27. <a name="boost_regex.background"></a><a class="link" href="background.html" title="Background Information">Background Information</a>
  28. </h2></div></div></div>
  29. <div class="toc"><dl class="toc">
  30. <dt><span class="section"><a href="background/headers.html">Headers</a></span></dt>
  31. <dt><span class="section"><a href="background/locale.html">Localization</a></span></dt>
  32. <dt><span class="section"><a href="background/thread_safety.html">Thread Safety</a></span></dt>
  33. <dt><span class="section"><a href="background/examples.html">Test and Example Programs</a></span></dt>
  34. <dt><span class="section"><a href="background/futher.html">References and Further
  35. Information</a></span></dt>
  36. <dt><span class="section"><a href="background/faq.html">FAQ</a></span></dt>
  37. <dt><span class="section"><a href="background/performance.html">Performance</a></span></dt>
  38. <dd><dl>
  39. <dt><span class="section"><a href="background/performance/section_id1378460593.html">Testing
  40. simple leftmost-longest matches (platform = linux, compiler = GNU C++ version
  41. 6.3.0)</a></span></dt>
  42. <dt><span class="section"><a href="background/performance/section_id1675827111.html">Testing
  43. Perl searches (platform = linux, compiler = GNU C++ version 6.3.0)</a></span></dt>
  44. <dt><span class="section"><a href="background/performance/section_id3141719723.html">Testing
  45. simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
  46. Visual C++ version 14.1)</a></span></dt>
  47. <dt><span class="section"><a href="background/performance/section_id3258595385.html">Testing
  48. leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual
  49. C++ version 14.1)</a></span></dt>
  50. <dt><span class="section"><a href="background/performance/section_id3261825021.html">Testing
  51. simple Perl matches (platform = linux, compiler = GNU C++ version 6.3.0)</a></span></dt>
  52. <dt><span class="section"><a href="background/performance/section_id3752650613.html">Testing
  53. Perl searches (platform = Windows x64, compiler = Microsoft Visual C++ version
  54. 14.1)</a></span></dt>
  55. <dt><span class="section"><a href="background/performance/section_id4128344975.html">Testing
  56. simple Perl matches (platform = Windows x64, compiler = Microsoft Visual
  57. C++ version 14.1)</a></span></dt>
  58. <dt><span class="section"><a href="background/performance/section_id4148872883.html">Testing
  59. leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)</a></span></dt>
  60. </dl></dd>
  61. <dt><span class="section"><a href="background/standards.html">Standards Conformance</a></span></dt>
  62. <dt><span class="section"><a href="background/redist.html">Redistributables</a></span></dt>
  63. <dt><span class="section"><a href="background/acknowledgements.html">Acknowledgements</a></span></dt>
  64. <dt><span class="section"><a href="background/history.html">History</a></span></dt>
  65. </dl></div>
  66. </div>
  67. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  68. <td align="left"></td>
  69. <td align="right"><div class="copyright-footer">Copyright &#169; 1998-2013 John Maddock<p>
  70. Distributed under the Boost Software License, Version 1.0. (See accompanying
  71. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  72. </p>
  73. </div></td>
  74. </tr></table>
  75. <hr>
  76. <div class="spirit-nav">
  77. <a accesskey="p" href="ref/internals/uni_iter.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="background/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
  78. </div>
  79. </body>
  80. </html>