Skip to content

Commit 5c8ad09

Browse files
authored
Update README.md
1 parent d7e40d1 commit 5c8ad09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Smart Pointer Type Trait🎈
2-
<img src="https://img.shields.io/badge/Launguage-C%2B%2B-green?link=https://isocpp.org/"/> <img src="https://img.shields.io/badge/C%2B%2B-14%2C%2017-blue?link=https://en.wikipedia.org/wiki/C%2B%2B17"/> <img src="https://img.shields.io/badge/Build-success-brightgreen?link=https://github.com/MyeongWoonJang/cpp-smart-pointer-type-trait/releases/tag/release"/>
2+
<a href="https://isocpp.org/"><img src="https://img.shields.io/badge/Launguage-C%2B%2B-green"/></a> <a href="https://en.wikipedia.org/wiki/C%2B%2B17"><img src="https://img.shields.io/badge/C%2B%2B-14%2C%2017-blue"/></a> <a href="https://github.com/MyeongWoonJang/cpp-smart-pointer-type-trait/releases/tag/release"><img src="https://img.shields.io/badge/Build-success-brightgreen"/></a>
33

44
A simple, header-only cpp library implementing smart pointer type traits.
55
You can easily compile your code diffrently depending on which pointer-type is used.

0 commit comments

Comments
 (0)