There was an error while loading. Please reload this page.
1 parent 01a54b6 commit 47d7356Copy full SHA for 47d7356
tests/runtime_tests_owner_cast_move.cpp
@@ -2,6 +2,9 @@
2
#include "testing.hpp"
3
#include "tests_common.hpp"
4
5
+// For std::bad_cast
6
+#include <typeinfo>
7
+
8
TEMPLATE_LIST_TEST_CASE("owner static_cast move from valid", "[cast],[owner]", owner_types) {
9
memory_tracker mem_track;
10
0 commit comments