We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9514bb commit 91b4845Copy full SHA for 91b4845
di
@@ -433,7 +433,7 @@ static_assert(not is_structural<c5>);
433
### API
434
435
```cpp
436
-namespace di::inline v1_0_3 {
+namespace di::inline v1_0_4 {
437
/**
438
* @code
439
* struct c1 { c1(int) { } };
@@ -622,7 +622,7 @@ template<class T>
622
FetchContent_Declare(
623
qlibs.di
624
GIT_REPOSITORY https://github.com/qlibs/di
625
- GIT_TAG v1.0.3
+ GIT_TAG v1.0.4
626
)
627
628
FetchContent_MakeAvailable(qlibs.di)
@@ -646,7 +646,7 @@ template<class T>
646
#include <type_traits>
647
#include <memory>
648
649
650
namespace detail {
651
template<class... Ts> struct type_list {
652
static constexpr auto size() { return sizeof...(Ts); }
0 commit comments