Commit Graph

2018 Commits

Author SHA1 Message Date
Christian Mazakas 4399e8b360 Add noexcept tests 2022-10-12 13:39:23 -07:00
Christian Mazakas 3f9bd00f01 Add compile_map tests 2022-10-12 13:37:12 -07:00
Christian Mazakas 05b3025c0e Fix regression in how the table_iterator defines its reference type 2022-10-12 08:58:32 -07:00
joaquintides becd166e66 implemented erase_if 2022-10-12 15:34:05 +02:00
joaquintides 006f62047b reverted 334dcb91ac 2022-10-12 12:46:47 +02:00
joaquintides 334dcb91ac removed unused typedef 2022-10-12 11:20:37 +02:00
joaquintides df7792040c implemented merge 2022-10-12 11:18:05 +02:00
joaquintides 57ea45cb8f overloaded for_all_elements 2022-10-12 10:31:52 +02:00
Christian Mazakas 4a8d687778 Add compile_set tests with stub for merge() 2022-10-11 15:21:10 -07:00
Christian Mazakas ccd40d0c44 Update fancy pointer's implementation of pointer_to to support all types by using boost::addressof() 2022-10-11 15:21:10 -07:00
joaquintides 35118b5a71 reverted 2022-10-11 20:35:59 +02:00
joaquintides 858737fd88 s/move/forward in brace-init insert 2022-10-11 17:55:55 +02:00
joaquintides 648fb7b99d reverted two prior 2022-10-11 17:30:23 +02:00
joaquintides 59c84cb744 dropped BOOST_FORCEINLINE in brace-init insert 2022-10-11 17:20:22 +02:00
joaquintides becd6078b3 temporarily used value_type&& for brace-init insert 2022-10-11 17:10:39 +02:00
joaquintides e163aa465c reverted c7836659d1 2022-10-11 11:51:16 +02:00
joaquintides 3b1f635926 reverted c4cc805063 2022-10-11 11:50:17 +02:00
joaquintides 7abd7bb36d reverted 2022-10-11 11:48:46 +02:00
joaquintides 545ad4f7ad temporarily s/init_type/value_type in brace-init insert 2022-10-11 10:54:01 +02:00
joaquintides c42d86ac0d reverted 2022-10-11 10:52:51 +02:00
joaquintides 316eeea983 dropped BOOST_FORCEINLINE in insert 2022-10-11 10:46:07 +02:00
joaquintides f2afbe9f85 silenced unused capture warning 2022-10-11 09:09:20 +02:00
Christian Mazakas e9a94cb62a Force inlining for find() member functions in the flat containers 2022-10-10 15:47:00 -07:00
Christian Mazakas 91f5925c41 Replace naked throw statements with boost::throw_exception() 2022-10-10 15:43:38 -07:00
Christian Mazakas 0bdfa3c39e Add forwarding tests 2022-10-10 14:18:11 -07:00
Christian Mazakas 09f0b7c0a8 Add swap_tests 2022-10-10 14:18:11 -07:00
Christian Mazakas 72bca09429 Remove extraneous usage of typename 2022-10-10 14:18:11 -07:00
Christian Mazakas 58b78f8ff0 Add transparent_tests 2022-10-10 14:18:11 -07:00
Christian Mazakas 1ff2dc4042 Add contains_tests 2022-10-10 14:18:11 -07:00
Christian Mazakas 05f9668597 Refactor transparent type traits into their own header so they can be shared with FOA impl 2022-10-10 14:18:11 -07:00
joaquintides c7836659d1 activated alt impl of nosize_unchecked_emplace_at 2022-10-10 21:45:53 +02:00
joaquintides c4cc805063 embed xmx code directly into xmx_mix 2022-10-10 21:06:33 +02:00
joaquintides 9e2bf3681f embedded hash into mixing policies 2022-10-10 20:51:47 +02:00
joaquintides 77f265a678 reverted 2022-10-10 20:19:39 +02:00
joaquintides 6bda467942 temporarily disabled mix_policy 2022-10-10 19:52:14 +02:00
joaquintides 1fa2e84774 reverted 7caab66011 and f776ffa008 2022-10-10 19:24:14 +02:00
joaquintides 7caab66011 removed inline suggestion from hash_for 2022-10-10 19:01:55 +02:00
joaquintides 69aff6f776 restored 16f86b0770 2022-10-10 18:55:03 +02:00
joaquintides 505a08cf95 temporarily reverted 16f86b0770 2022-10-10 18:34:45 +02:00
joaquintides f776ffa008 removed temporary const ref in emplace_impl 2022-10-10 18:02:57 +02:00
joaquintides a4c38c02c8 fixed empty_value index 2022-10-10 11:13:32 +02:00
joaquintides 889a81f034 stylistic 2022-10-10 09:36:12 +02:00
joaquintides ad96ea632e stylistic 2022-10-10 09:34:10 +02:00
joaquintides 2955a966cf shut down unavoidable VS warning 2022-10-10 09:29:41 +02:00
joaquintides 3fbaf21b8c dropped hash_traits in favor of individual traits 2022-10-09 11:23:15 +02:00
joaquintides 32a7ed74e8 added missing const qualifier 2022-10-08 12:39:36 +02:00
joaquintides 3913fce638 dropped foa_mixer in favor of internal mix policy governed by hash_traits 2022-10-08 11:47:00 +02:00
joaquintides 16f86b0770 relied on implicit conversion for second overload of value_from 2022-10-08 10:18:20 +02:00
Christian Mazakas 2907083b73 Fixup implementation of equality operator 2022-10-07 15:31:16 -07:00
Christian Mazakas 1fa823d815 Fix erroneous usage of boost::is_convertible instead of std::is_convertible 2022-10-07 14:59:15 -07:00