Ion Gaztañaga
|
7df81354d5
|
Avoid warning "conversions to arrays of unknown bound are only available with -std=c++2a..." when using -pedantic for GCC >= 10
|
2020-10-20 11:29:16 +02:00 |
|
Ion Gaztañaga
|
1dbc7bab5c
|
Fixed Trac #12920 ("movelib::unique_ptr: incorrect pointer type for nested array")
|
2017-04-09 13:44:08 +02:00 |
|
Ion Gaztañaga
|
bd9532a6a4
|
Documentation fixes:
- core.hpp: hide non-public macros
- default_delete.hpp: Hide detail code
- unique_ptr.hpp: Likewise
- utility_core.hpp: Document move_if_not_lvalue_reference
|
2015-09-13 21:50:34 +02:00 |
|
Ion Gaztañaga
|
d61685461c
|
Include boost/config.hpp before testing BOOST_HAS_PRAGMA_ONCE.
|
2015-02-02 15:58:29 +01:00 |
|
Ion Gaztañaga
|
35a8b69c94
|
Replaced _MSC_VER with BOOST_HAS_PRAGMA_ONCE before #pragma once.
|
2015-01-10 12:49:25 +01:00 |
|
Ion Gaztañaga
|
8355309c5f
|
Added #pragma once
|
2014-11-01 19:28:24 +01:00 |
|
Ion Gaztañaga
|
291a95c30a
|
Reduced unused classes from meta_utiles and simplified the implementation of several traits classes to avoid inheritance from integral_constant
Moved declval to utility_core.hpp
|
2014-09-22 00:15:30 +02:00 |
|
Ion Gaztañaga
|
8539131b2a
|
Workaround for compilers with no std::nullptr_t in <cstddef>
|
2014-09-16 22:18:49 +02:00 |
|
Ion Gaztañaga
|
3075014f2d
|
Added check for types with no virtual destructor when using default_delete and non-array types
|
2014-09-04 00:15:56 +02:00 |
|
Ion Gaztañaga
|
90be9ebe22
|
Extracted default_delete into its own header.
Extracted meta utilities used only by unique_ptr and friends to its own "unique_ptr_meta_utils.hpp" header.
|
2014-09-02 16:28:17 +02:00 |
|