File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ include(FetchContent)
33
33
34
34
FetchContent_Declare(snatch
35
35
GIT_REPOSITORY https://github.com/cschreib/snatch.git
36
- GIT_TAG v0.1.3 )
36
+ GIT_TAG c223246e1df6643745f00a89d6de22882fe70e58 )
37
37
FetchContent_MakeAvailable(snatch)
38
38
39
39
set (RUNTIME_TEST_FILES
Original file line number Diff line number Diff line change 1
1
#include " oup/observable_unique_ptr.hpp"
2
+ #include " testing.hpp"
2
3
3
4
#include < exception>
4
5
@@ -576,7 +577,7 @@ auto make_const_observer_from_this(const get_object<T>* ptr) {
576
577
}
577
578
578
579
// clang-format off
579
- using owner_types = std::tuple <
580
+ using owner_types = snatch::type_list <
580
581
oup::observable_unique_ptr<test_object>,
581
582
oup::observable_sealed_ptr<test_object>,
582
583
oup::observable_unique_ptr<const test_object>,
You can’t perform that action at this time.
0 commit comments