]> gcc.gnu.org Git - gcc.git/commitdiff
* include/experimental/bits/shared_ptr.h: Tweak comments.
authorJonathan Wakely <jwakely@redhat.com>
Fri, 13 Nov 2015 11:30:30 +0000 (11:30 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 13 Nov 2015 11:30:30 +0000 (11:30 +0000)
From-SVN: r230306

libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/bits/shared_ptr.h

index fc49f8db6822b8a57841aa523952aefcb844ecfb..ca688a09ecb8c54e4c141442b8a1955f2057f993 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/experimental/bits/shared_ptr.h: Tweak comments.
+
 2015-11-13  Fan You  <youfan.noey@gmail.com>
            Jonathan Wakely  <jwakely@redhat.com>
 
index feba7d7efa1fd738c00e94df27b3dc2656c860df..413652d773d18be16f24a67c7e728244a236f399 100644 (file)
@@ -24,7 +24,7 @@
 
 /** @file experimental/bits/shared_ptr.h
  *  This is an internal header file, included by other library headers.
- *  Do not attempt to use it directly. @headername{memory}
+ *  Do not attempt to use it directly. @headername{experimental/memory}
  */
 
 #ifndef _GLIBCXX_EXPERIMENTAL_SHARED_PTR_H
@@ -57,7 +57,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   /*
    * The specification of std::experimental::shared_ptr is slightly different
-   * to std::shared_ptr (specifically in terms of pointer "compatibility") so
+   * to std::shared_ptr (specifically in terms of "compatible" pointers) so
    * to implement std::experimental::shared_ptr without too much duplication
    * we make it derive from a partial specialization of std::__shared_ptr
    * using a special tag type, __libfund_v1.
This page took 0.069253 seconds and 5 git commands to generate.