We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c0940 commit 305dfeaCopy full SHA for 305dfea
di
@@ -433,7 +433,7 @@ static_assert(not is_structural<c5>);
433
### API
434
435
```cpp
436
-namespace di::inline v1_0_2 {
+namespace di::inline v1_0_3 {
437
/**
438
* @code
439
* struct c1 { c1(int) { } };
@@ -593,7 +593,7 @@ template<class T>
593
FetchContent_Declare(
594
qlibs.di
595
GIT_REPOSITORY https://github.com/qlibs/di
596
- GIT_TAG v1.0.2
+ GIT_TAG v1.0.3
597
)
598
599
FetchContent_MakeAvailable(qlibs.di)
@@ -617,7 +617,7 @@ template<class T>
617
#include <type_traits>
618
#include <memory>
619
620
621
namespace detail {
622
template<class... Ts> struct type_list{
623
static constexpr auto size() { return sizeof...(Ts); }
0 commit comments