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 |
|