This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Re: [patch] Update C++11 status in libstdc++ docs


On Tuesday 2015-01-20 16:38, Jonathan Wakely wrote:
Here's the wwwdocs patch for gcc-5/changes.html

I applied this little follow-up which ends lists with a full stop
instead of using a semi-colon.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.71
diff -u -r1.71 changes.html
--- changes.html	25 Jan 2015 10:10:20 -0000	1.71
+++ changes.html	25 Jan 2015 23:46:31 -0000
@@ -297,9 +297,9 @@

  <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
  <ul>
-    <li> A new implementation of <code>std::string</code> is enabled by default,
+    <li>A new implementation of <code>std::string</code> is enabled by default,
        using the <em>small string optimization</em> instead of
-        <em>copy-on-write</em> reference counting; </li>
+        <em>copy-on-write</em> reference counting.</li>
    <li> A new implementation of <code>std::list</code> is enabled by default,
        with an O(1) <code>size()</code> function; </li>
    <li><a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2011";>
@@ -321,7 +321,7 @@
        <li> locale facets for Unicode conversion; </li>
        <li> atomic operations for <code>std::shared_ptr</code>; </li>
        <li> <code>std::notify_all_at_thread_exit()</code> and functions
-          for making futures ready at thread exit; </li>
+          for making futures ready at thread exit.</li>
      </ul>
    </li>
    <li> Support for the C++11 <code>hexfloat</code> manipulator changes how
@@ -353,7 +353,7 @@
        <li> function template <code>std::experimental::search</code> and
          related searcher types; </li>
        <li> variable templates for type traits; </li>
-        <li> function template <code>std::experimental::not_fn</code>; </li>
+        <li> function template <code>std::experimental::not_fn</code>.</li>
      </ul>
    </li>
    <li>New random number distributions <code>logistic_distribution</code> and


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]