dd2205bd6a
Merge branch 'develop'
Ion Gaztañaga
2017-03-28 12:52:23 +02:00
99488659ec
Update changelog with ticket #12915
Ion Gaztañaga
2017-03-28 12:51:33 +02:00
4d05ce8738
Fix for Ticket #12915: "Buffer overflow in boost::container::vector (affects flat_set)"
Ion Gaztañaga
2017-03-28 12:37:22 +02:00
45b56d4361
Fix use of propagate_on_container_swap
Tuukka Norri
2017-03-20 23:15:08 +02:00
fff0b3f2c0
Merge branch 'develop'
Ion Gaztañaga
2017-02-24 22:09:25 +01:00
1261ac3308
Fix emplace_back return type also in compilers without variadic templates. Update changelog.
Ion Gaztañaga
2017-02-24 22:07:20 +01:00
a15e85d4db
Merge branch 'think-cell-vector_emplace_back' into develop
Ion Gaztañaga
2017-02-24 18:01:57 +01:00
5fe2dba504
emplace_back must return reference to back(), not to *end()
Tobias Reh
2017-02-24 15:33:30 +01:00
2a7dd5d1e8
Merge branch 'develop'
Ion Gaztañaga
2017-02-23 19:56:05 +01:00
ce5996c9bd
Cosmetic indentation
Ion Gaztañaga
2017-02-23 19:55:41 +01:00
08cce5ebe5
Update basic_string with missing C++11 and C++17 interfaces: - Default npos arguments in append, insert, compare - Initializer list support - Non-const data()
Ion Gaztañaga
2017-02-21 23:08:11 +01:00
865c69bab7
Changed string_view interoperability to a templated solution in order to support also std::string_view. Added missing members and testcases.
Ion Gaztañaga
2017-02-21 14:27:18 +01:00
cd70af350d
Merge branch 'develop'
Ion Gaztañaga
2017-02-17 11:58:00 +01:00
fde7e1fbdd
Add support for boost::string_view into container::basic_string
Marshall Clow
2017-02-13 11:35:27 -08:00
1404933491
Delete unused hash table
Ion Gaztañaga
2017-02-06 11:50:53 +01:00
23e9e8b494
Fix copyright notice.
Ion Gaztañaga
2017-01-12 14:58:44 +01:00
a5db65fc4a
Merge branch 'zerotypos-found-inspection_report' into develop
Ion Gaztañaga
2017-01-12 14:53:35 +01:00
60245c51cd
Merge branch 'develop'
Ion Gaztañaga
2016-11-25 23:58:20 +01:00
5e4a107e82
Fixes Ticket #12534: flat_map fails to compile if included after type_traits is instantiated under gcc
Ion Gaztañaga
2016-11-25 23:56:33 +01:00
24dff0faf5
Merge branch 'develop'
Ion Gaztañaga
2016-11-20 18:17:58 +01:00
d3ea3468de
Since null-reference warning with sanitizers
Ion Gaztañaga
2016-11-20 18:17:08 +01:00
e7f452bf91
Remove unused local variable
Maks Naumov
2016-11-17 00:02:29 +02:00
20e285e458
Merge branch 'master' of github.com:boostorg/container
Ion Gaztañaga
2016-11-13 23:21:36 +01:00
c54237a98b
Update changelog for 1.63
Ion Gaztañaga
2016-11-13 17:49:05 +01:00
9522c0bc55
Merge branch 'think-cell-copy_move_algo__parameter_fix' into develop
Ion Gaztañaga
2016-11-13 00:41:14 +01:00
da17190798
Fix incomplete Trac #9689 ("Add piecewise_construct to boost::container") resolution. scoped_allocator_adaptor_test was missing pair construct overloads.
Ion Gaztañaga
2016-09-06 14:05:46 +02:00
29b16f1697
Add missing test
Ion Gaztañaga
2016-09-05 14:58:01 +02:00
fd089dce14
Add missing file
Ion Gaztañaga
2016-09-05 14:52:12 +02:00
f540b83ccd
* Implemented merge operations for associative containers. * Update tree-based containers to changes done in Intrusive internal utilities in order to fix Trac 12432.
Ion Gaztañaga
2016-09-03 00:03:42 +02:00
b6dbb1cb09
Fix Doxygen warnings about missing documentation in some classes.
Ion Gaztañaga
2016-08-29 00:04:58 +02:00
1467c51a4e
Implemented missing try_emplace member for maps.
Ion Gaztañaga
2016-08-26 01:47:32 +02:00
6d2321a950
Merge branch 'develop'
Ion Gaztañaga
2016-08-24 02:46:42 +02:00
dcf4ac7960
Add missing include for boost::forward
Ion Gaztañaga
2016-08-24 02:21:02 +02:00
e1cb88b399
Add missing include for boost::forward
Ion Gaztañaga
2016-08-24 02:19:58 +02:00
db5c24e0e7
Fix piecewise_construct pair constructor for compilers with variadics and constructor forwarding. Current code unconditionally moves instead of forwarding.
Ion Gaztañaga
2016-08-24 01:52:53 +02:00
79a75f470e
Add piecewise_construct construction to internal pair.
Ion Gaztañaga
2016-08-23 02:14:19 +02:00
0b98372af5
Silence most vexing parse warnings in clang.
Ion Gaztañaga
2016-08-23 02:13:56 +02:00
eb42811079
Delegating constructors detection, as Boost.Config does not yet provide it.
Ion Gaztañaga
2016-08-23 02:13:30 +02:00
c7407e34f6
Replaced int with std::size_t when building indexes.
Ion Gaztañaga
2016-08-23 02:13:03 +02:00
2d6f781a2f
Implemented "insert_or_assign" for map-like containers.
Ion Gaztañaga
2016-08-18 20:29:04 +02:00
fb1be6fa75
Fix Trac #12117 ("flat_set constructor with ordered_unique_range") adding checks to constructors in debug mode Fix typos on value_type checks in flat_[multi]map.
Ion Gaztañaga
2016-08-15 23:22:57 +02:00
324130703e
Fix incorrect header guards
Ion Gaztañaga
2016-08-15 23:21:10 +02:00
d5adae2eda
Fixes Trac #11802 ("Incorrect ordering after using insert() with ordered_range_t on a flat_multiset with a non-default sort order")
Ion Gaztañaga
2016-08-12 00:43:16 +02:00
b13ba0f911
Fixed Trac #9481 ("Minor comment typo in Boost.Container")
Ion Gaztañaga
2016-08-11 11:25:11 +02:00
37c1558a81
Fixed Trac #12256 (set<std::pair<int,int>>::insert cause compilation error in debug configuration in Visual Studio 2012)
Ion Gaztañaga
2016-08-09 00:59:39 +02:00
4122e722a4
Added constant static_vector<>/small_vector::static_capacity to use the configured capacity in constant expressions.
Ion Gaztañaga
2016-08-03 00:18:11 +02:00
649aba461e
Fixes Trac #12296 ("boost::container::{deque,string} combine for a memory leak"). The use of trivial_destructor_after_move was incorrect in several contexts.
Ion Gaztañaga
2016-08-02 00:49:38 +02:00
225e2da77e
Revised noexcept expressions of default and move constructors in all containers.
Ion Gaztañaga
2016-08-01 23:49:51 +02:00
b6d3906895
Use value-initialized pointers when null is required, as conversion from literal 0 is not guaranteed in smart pointers.
Ion Gaztañaga
2016-07-31 23:16:08 +02:00
8f136bc909
Add custom random_shuffle as some old compiler implementations self-swap some elements.
Ion Gaztañaga
2016-07-31 23:15:39 +02:00
e499ed490b
Merge branch 'palebedev-fix-reserve-reuse' into develop
Ion Gaztañaga
2016-07-31 23:12:16 +02:00