Skip to content

Commit bdafce9

Browse files
committed
⬆️ v1.0.6
1 parent 156a3eb commit bdafce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

di

Lines changed: 2 additions & 2 deletions
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_5 {
436+
namespace di::inline v1_0_6 {
437437
/**
438438
* @code
439439
* struct c1 { c1(int) { } };
@@ -694,7 +694,7 @@ template<class T>
694694
#include <type_traits>
695695
#include <memory>
696696

697-
namespace di::inline v1_0_5 {
697+
namespace di::inline v1_0_6 {
698698
namespace detail {
699699
template<class... Ts> struct type_list {
700700
static constexpr auto size() { return sizeof...(Ts); }

0 commit comments

Comments
 (0)