1
0
forked from boostorg/core
Commit Graph

15 Commits

Author SHA1 Message Date
Peter Dimov
d38344b9a4 Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 1fd5883b345a3c230daaad8ee93af5bc8f3209d5.
2014-06-01 01:20:40 +03:00
Stephen Kelly
af1562624b Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2014-06-01 01:20:37 +03:00
Douglas Gregor
15284db3f5 Moved to BSL
[SVN r24446]
2014-06-01 01:20:24 +03:00
John Maddock
d0a10f8305 Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
[SVN r24402]
2014-06-01 01:20:24 +03:00
Peter Dimov
be15129f9c _MSC_VER use clarified.
[SVN r20992]
2014-06-01 01:20:17 +03:00
Daniel Frey
9085a27d5f Fix for Metrowerks CW
[SVN r19626]
2014-06-01 01:20:17 +03:00
Peter Dimov
37e3679e67 Fixed Intel 7 issue (reported by Daniel Frey)
[SVN r19145]
2014-06-01 01:20:16 +03:00
Peter Dimov
d5331fc7ca -Wundef fixes.
[SVN r18788]
2014-06-01 01:20:16 +03:00
Peter Dimov
4db279cd81 Qualified checked_delete calls to prevent ADL (reported by Daniel Frey)
[SVN r17636]
2014-06-01 01:20:15 +03:00
Peter Dimov
25a15916bc Made operator()s const.
[SVN r17411]
2014-06-01 01:20:14 +03:00
Beman Dawes
7e079dd8b1 Add /libs/lib-name to comment
[SVN r16685]
2014-06-01 01:20:13 +03:00
Peter Dimov
c1d7226a4a checked_delete.hpp documentation added.
[SVN r16238]
2014-06-01 01:20:12 +03:00
Peter Dimov
bdc34b6520 Changed typename to class; some libraries helpfully #define typename
[SVN r15970]
2014-06-01 01:20:12 +03:00
Peter Dimov
0e59ec327d Added a default constructor to shared_count and shared_ptr for incomplete types (void).
[SVN r12815]
2014-06-01 01:20:07 +03:00
Peter Dimov
36df1db1bb Smart pointer enhancements, initial commit
[SVN r12439]
2014-06-01 01:20:03 +03:00