Skip to content

Commit 08ad2cc

Browse files
authored
Update README.md
1 parent 7695b27 commit 08ad2cc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ However, the standard library's type traits do not support smart pointers, and d
1010
This is why smart pointer type traits are made.
1111

1212
# Release Note
13-
Version 1.0 released.
14-
> https://github.com/MyeongWoonJang/cpp-smart-pointer-type-trait/releases/tag/release
13+
Version 2.0 released.
14+
> https://github.com/MyeongWoonJang/cpp-smart-pointer-type-trait/releases/tag/v2.0
15+
16+
17+
If you are looking for old versions, visit [here](https://github.com/MyeongWoonJang/cpp-smart-pointer-type-trait/releases).
1518

1619

1720
# Installation
@@ -100,15 +103,14 @@ using is_unique_ptr_soft = decltype( detail::is_unique_ptr_soft_impl( std::declv
100103
# Example
101104
![Smart Pointer Type Trait1](https://user-images.githubusercontent.com/73771162/147122310-58b2a730-2e5e-4f7f-a734-0f690dedfdea.PNG)
102105
![Smart Pointer Type Trait2](https://user-images.githubusercontent.com/73771162/147122315-176ae870-1687-4681-840e-a6493a2bb584.PNG)
106+
107+
# Contributing
108+
we are welcoming your contributions!😊
103109

104110

105111
# Credit
106112
### **Woon2**
107113

108-
# Contributing
109-
we are welcoming your contributions!😊
110-
111-
112114
# Reference
113115
[How to write a type trait is container or is vector](https://stackoverflow.com/questions/12042824/how-to-write-a-type-trait-is-container-or-is-vector) - stackoverflow
114116

0 commit comments

Comments
 (0)