This website requires JavaScript.
Explore
Help
Sign In
townforge
/
poly_collection
Watch
1
Star
0
Fork
0
You've already forked poly_collection
Code
Issues
Pull Requests
Releases
Wiki
Activity
cc
poly_collection
/
test
History
joaquintides
40cd7e3714
refined previous commit
2019-09-03 14:38:29 +02:00
..
any_types.hpp
removed DR1467 workaround as defect is now avoided everywhere
2018-01-02 09:51:08 +01:00
base_types.hpp
removed DR1467 workaround as defect is now avoided everywhere
2018-01-02 09:51:08 +01:00
function_types.hpp
removed DR1467 workaround as defect is now avoided everywhere
2018-01-02 09:51:08 +01:00
Jamfile.v2
added workaround for object file overflow in Cygwin (and presummably MinGW)
2017-09-08 12:23:49 +02:00
test_algorithm1.cpp
test_algorithm1.hpp
test_algorithm2.cpp
test_algorithm2.hpp
test_algorithm3.cpp
test_algorithm3.hpp
test_algorithm_impl.hpp
added algorithms for_each_n and sample.
2018-09-23 19:40:02 +02:00
test_algorithm_main.cpp
test_algorithm.cpp
test_algorithm.hpp
test_all_main.cpp
test_capacity_main.cpp
test_capacity.cpp
removed unused typedef
2017-06-07 20:30:58 +02:00
test_capacity.hpp
test_comparison_main.cpp
test_comparison.cpp
removed workarounds already integrated in type_traits (
https://svn.boost.org/trac10/ticket/13012
)
2018-02-22 08:44:52 +01:00
test_comparison.hpp
test_construction_main.cpp
test_construction.cpp
refined previous commit
2019-09-03 14:38:29 +02:00
test_construction.hpp
test_emplacement_main.cpp
test_emplacement.cpp
test_emplacement.hpp
test_erasure_main.cpp
test_erasure.cpp
s/std::type_index/std::type_info to allow for future optimization opportunities (breaking change)
2017-06-25 12:29:34 +02:00
test_erasure.hpp
test_insertion_main.cpp
test_insertion.cpp
s/std::type_index/std::type_info to allow for future optimization opportunities (breaking change)
2017-06-25 12:29:34 +02:00
test_insertion.hpp
test_iterators_main.cpp
test_iterators.cpp
avoided self-assign-overloaded Clang warnings
2018-12-31 13:29:16 +01:00
test_iterators.hpp
test_registration_main.cpp
test_registration.cpp
added segment(index)/segment<T>()
2017-06-11 00:58:59 +02:00
test_registration.hpp
test_utilities.hpp
refactored allocator handling, fixed bug with type_info_map::cache (see rebuild_cache)
2018-12-19 16:15:27 +01:00