Skip to content

Commit d310f6e

Browse files
committed
core: include <type_traits> anyway
1 parent 149b7ee commit d310f6e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/proxsuite/linalg/veg/type_traits/constructible.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@
55
#include "proxsuite/linalg/veg/internal/prologue.hpp"
66

77
#include <new>
8-
9-
#if !VEG_HAS_BUILTIN(__has_trivial_destructor) || \
10-
!VEG_HAS_BUILTIN(__is_trivially_constructible) || \
11-
!VEG_HAS_BUILTIN(__is_constructible) || \
12-
!VEG_HAS_BUILTIN(__is_nothrow_constructible) || \
13-
!VEG_HAS_BUILTIN(__is_trivially_copyable) || \
14-
!VEG_HAS_BUILTIN(__is_trivial) || !VEG_HAS_BUILTIN(__is_final) || \
15-
!VEG_HAS_BUILTIN(__is_empty)
168
#include <type_traits>
17-
#endif
189

1910
namespace proxsuite {
2011
namespace linalg {

0 commit comments

Comments
 (0)