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)
3333
3434FetchContent_Declare(snatch
3535 GIT_REPOSITORY https://github.com/cschreib/snatch.git
36- GIT_TAG v0.1.3 )
36+ GIT_TAG c223246e1df6643745f00a89d6de22882fe70e58 )
3737FetchContent_MakeAvailable(snatch)
3838
3939set (RUNTIME_TEST_FILES
Original file line number Diff line number Diff line change 11#include " oup/observable_unique_ptr.hpp"
2+ #include " testing.hpp"
23
34#include < exception>
45
@@ -576,7 +577,7 @@ auto make_const_observer_from_this(const get_object<T>* ptr) {
576577}
577578
578579// clang-format off
579- using owner_types = std::tuple <
580+ using owner_types = snatch::type_list <
580581 oup::observable_unique_ptr<test_object>,
581582 oup::observable_sealed_ptr<test_object>,
582583 oup::observable_unique_ptr<const test_object>,
You can’t perform that action at this time.
0 commit comments