We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149b7ee commit d310f6eCopy full SHA for d310f6e
include/proxsuite/linalg/veg/type_traits/constructible.hpp
@@ -5,16 +5,7 @@
5
#include "proxsuite/linalg/veg/internal/prologue.hpp"
6
7
#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)
16
#include <type_traits>
17
-#endif
18
19
namespace proxsuite {
20
namespace linalg {
0 commit comments