Skip to content

Commit 79a4036

Browse files
committed
fix linker error
1 parent 5683df5 commit 79a4036

18 files changed

+4
-91
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
![cover](docs/assets/cover.png)
2+
13
magic-cpp is a header-only C++ library. It aims to make it easier for you to use C++, including a series of functions such as visualizing type names, reflection of structs and enumerations, etc. It can help you get rid of the compiler's error messages which are difficult to read
24

5+
[English](README.md) | [简体中文](README.zh.md)
36

47
- [Visualizing type](#visualizing-type)
58
- [Basic usage](#basic-usage)

README.zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
`magic-cpp`是一个 `header-only`的库,它旨在让您更加方便的使用`C++`,包括了可视化类型名,对结构体枚举的反射等一些列功能,它能帮摆脱那难以阅读的编译器报错信息
44

5+
[English](README.md) | [简体中文](README.zh.md)
56

67
- [可视化类型](#可视化类型)
78
- [基本使用](#基本使用)

docs/assets/full_std_string.png

697 KB
Loading
707 KB
Loading

docs/assets/sample_map.png

-578 KB
Binary file not shown.

docs/assets/sample_ptr.png

759 KB
Loading

docs/assets/std_function.png

1.08 MB
Loading

docs/assets/std_string.png

264 KB
Loading

docs/basic-type.png

-2.8 KB
Binary file not shown.

docs/built-in-array.png

-2.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)