Skip to content

Commit 305dfea

Browse files
committed
⬆️ v1.0.3
1 parent e1c0940 commit 305dfea

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_2 {
436+
namespace di::inline v1_0_3 {
437437
/**
438438
* @code
439439
* struct c1 { c1(int) { } };
@@ -593,7 +593,7 @@ template<class T>
593593
FetchContent_Declare(
594594
qlibs.di
595595
GIT_REPOSITORY https://github.com/qlibs/di
596-
GIT_TAG v1.0.2
596+
GIT_TAG v1.0.3
597597
)
598598

599599
FetchContent_MakeAvailable(qlibs.di)
@@ -617,7 +617,7 @@ template<class T>
617617
#include <type_traits>
618618
#include <memory>
619619

620-
namespace di::inline v1_0_2 {
620+
namespace di::inline v1_0_3 {
621621
namespace detail {
622622
template<class... Ts> struct type_list{
623623
static constexpr auto size() { return sizeof...(Ts); }

0 commit comments

Comments
 (0)