Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
011b25e4
Commit
011b25e4
authored
Nov 13, 2015
by
Jonathan Wakely
Committed by
Jonathan Wakely
Nov 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/experimental/bits/shared_ptr.h: Tweak comments.
From-SVN: r230306
parent
b8c9f7af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/experimental/bits/shared_ptr.h
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
011b25e4
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>
2015-11-13 Fan You <youfan.noey@gmail.com>
Jonathan Wakely <jwakely@redhat.com>
Jonathan Wakely <jwakely@redhat.com>
...
...
libstdc++-v3/include/experimental/bits/shared_ptr.h
View file @
011b25e4
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
/** @file experimental/bits/shared_ptr.h
/** @file experimental/bits/shared_ptr.h
* This is an internal header file, included by other library headers.
* 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
#ifndef _GLIBCXX_EXPERIMENTAL_SHARED_PTR_H
...
@@ -57,7 +57,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
...
@@ -57,7 +57,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
/*
/*
* The specification of std::experimental::shared_ptr is slightly different
* 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
* to implement std::experimental::shared_ptr without too much duplication
* we make it derive from a partial specialization of std::__shared_ptr
* we make it derive from a partial specialization of std::__shared_ptr
* using a special tag type, __libfund_v1.
* using a special tag type, __libfund_v1.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment