mirror of git://gcc.gnu.org/git/gcc.git
Fix indentation of experimental::shared_ptr code
* include/experimental/bits/shared_ptr.h: Fix indentation. From-SVN: r241311
This commit is contained in:
parent
8a9ff71f5b
commit
6dddab0845
|
|
@ -1,5 +1,7 @@
|
|||
2016-10-18 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* include/experimental/bits/shared_ptr.h: Fix indentation.
|
||||
|
||||
* include/experimental/bits/shared_ptr.h (shared_ptr(shared_ptr&&)):
|
||||
Remove const from parameter.
|
||||
(operator<(const shared_ptr<T>&, nullptr_t)): Use correct
|
||||
|
|
|
|||
Loading…
Reference in New Issue