Skip to content

Commit

Permalink
⬆️ v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Aug 27, 2024
1 parent e45c2da commit 8f7f6fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions di
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ static_assert(not is_structural<c5>);
### API

```cpp
namespace di::inline v1_0_4 {
namespace di::inline v1_0_5 {
/**
* @code
* struct c1 { c1(int) { } };
Expand Down Expand Up @@ -673,7 +673,7 @@ template<class T>
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)
Expand Down Expand Up @@ -705,7 +705,7 @@ template<class T>
#include <type_traits>
#include <memory>

namespace di::inline v1_0_4 {
namespace di::inline v1_0_5 {
namespace detail {
template<class... Ts> struct type_list {
static constexpr auto size() { return sizeof...(Ts); }
Expand Down

0 comments on commit 8f7f6fb

Please sign in to comment.