Andrey Semashev
8c32ebea0b
Removed executable flags from files. ( #267 )
2023-02-21 08:35:45 +08:00
niXman
3044c2beaf
missing make_pair() for r-value refs ( #264 )
...
* missing make_pair() for r-value refs
hello guys!
the `make_pair()` for r-value refs is required for r-value, otherwise `non-copyable` but `movable` can be constructed.
thanks!
* fix for prev commit
conditional support for r-values was fixed
* the test case was added
* fix for prev commit
* Update Jamfile
* one more fix for Jamfile
* the forgotten r-value ctor was added
* ah, they should be conditional
2023-02-11 10:10:25 +08:00
Denis Mikhailov
d6298309fb
Implemented ability to set fallback for tag_of ( #263 )
2022-12-22 08:16:10 +08:00
Nikita Kniazev
b0f0882229
Define traits::is_view for non fusion types
2018-08-03 00:24:10 +03:00
Kohei Takahashi
b02cb70760
test: Suppress unused warning on MSVC
2018-08-02 09:37:32 +09:00
Kohei Takahashi
d832387fdb
Fixed misused parenthesized initializer
2018-05-13 18:59:43 +09:00
Kohei Takahashi
38aa3705d0
Added test for unused_type
2018-04-27 12:37:00 +09:00
Kohei Takahashi
4734cf4a13
Fixed detail::and test
...
it should be used mpl/assert instead of runtime facility.
2018-03-14 14:41:43 +09:00
Louis Dionne
82f677c169
Allow incomplete types in fusion::tag_of and fusion::is_native_fusion_sequence
2018-03-02 02:03:43 -08:00
Kohei Takahashi
540ea0ef0c
Use build time configuration
2018-01-29 12:03:19 +09:00
Lee Clagett
55150a7fa6
Add DISABLE_VARIADIC_VECTOR and SFINAE for c++11 tuple element construction
2016-07-26 14:53:26 -04:00
Kohei Takahashi
2b14951660
Split c++14 like index_sequence into support/detail.
2015-06-22 21:58:54 +09:00
Kohei Takahashi
e0f10734b1
Fix issue 11267.
...
Compiler yields compile error within a function witch used in unevaluate
context of constexpr function because of CWG 1581 [2].
1. https://llvm.org/bugs/show_bug.cgi?id=23135
2. http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1581
2015-06-08 11:53:17 +09:00
Kohei Takahashi
24e95c34fb
Add tests for #9914
2014-12-05 01:39:27 +09:00