Skip to content

Commit 91b4845

Browse files
committed
⬆️ v1.0.4
1 parent f9514bb commit 91b4845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

di

+3-3
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ static_assert(not is_structural<c5>);
433433
### API
434434

435435
```cpp
436-
namespace di::inline v1_0_3 {
436+
namespace di::inline v1_0_4 {
437437
/**
438438
* @code
439439
* struct c1 { c1(int) { } };
@@ -622,7 +622,7 @@ template<class T>
622622
FetchContent_Declare(
623623
qlibs.di
624624
GIT_REPOSITORY https://github.com/qlibs/di
625-
GIT_TAG v1.0.3
625+
GIT_TAG v1.0.4
626626
)
627627

628628
FetchContent_MakeAvailable(qlibs.di)
@@ -646,7 +646,7 @@ template<class T>
646646
#include <type_traits>
647647
#include <memory>
648648

649-
namespace di::inline v1_0_3 {
649+
namespace di::inline v1_0_4 {
650650
namespace detail {
651651
template<class... Ts> struct type_list {
652652
static constexpr auto size() { return sizeof...(Ts); }

0 commit comments

Comments
 (0)