diff --git a/di b/di index 2a4e947..52f6e1b 100644 --- a/di +++ b/di @@ -433,7 +433,7 @@ static_assert(not is_structural); ### API ```cpp -namespace di::inline v1_0_4 { +namespace di::inline v1_0_5 { /** * @code * struct c1 { c1(int) { } }; @@ -673,7 +673,7 @@ template FetchContent_Declare( qlibs.di GIT_REPOSITORY https://github.com/qlibs/di - GIT_TAG v1.0.4 + GIT_TAG v1.0.5 ) FetchContent_MakeAvailable(qlibs.di) @@ -705,7 +705,7 @@ template #include #include -namespace di::inline v1_0_4 { +namespace di::inline v1_0_5 { namespace detail { template struct type_list { static constexpr auto size() { return sizeof...(Ts); }