diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-28 18:39:01 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 4a3185b782dabeb664fcf2fa4f6d17e36cf23d0e (patch) | |
tree | 2cc982f8972b7b809819032b41e618e8506abbd6 /asl/tests/option_tests.cpp | |
parent | e1f9d9ca1ef3c69da3b887b0af298be0aea4a5f9 (diff) |
Start fixing some cross platform issues
Diffstat (limited to 'asl/tests/option_tests.cpp')
-rw-r--r-- | asl/tests/option_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/tests/option_tests.cpp b/asl/tests/option_tests.cpp index a42592a..e423cc9 100644 --- a/asl/tests/option_tests.cpp +++ b/asl/tests/option_tests.cpp @@ -1,6 +1,6 @@ #include "asl/option.hpp"
#include "asl/tests/test_types.hpp"
-#include <asl/testing/testing.hpp> +#include "asl/testing/testing.hpp" static_assert(asl::trivially_destructible<asl::option<TriviallyDestructible>>);
static_assert(!asl::trivially_destructible<asl::option<HasDestructor>>);
|