File tree 1 file changed +26
-3
lines changed
1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,39 @@ Make stack traces simple for once.
13
13
14
14
Support for cygwin/mingw will be added soon.
15
15
16
- * Some day C++23's ` <stacktrace> ` will be ubiquitous, and maybe one day the msvc implementation will be acceptable*
16
+ Some day C++23's ` <stacktrace> ` will be ubiquitous. And maybe one day the msvc implementation will be acceptable.
17
17
18
18
## Table of contents
19
19
20
- - [ cpptrace ] ( #cpptrace )
20
+ - [ Cpptrace ] ( #cpptrace )
21
21
- [ Table of contents] ( #table-of-contents )
22
+ - [ How to use] ( #how-to-use )
23
+ - [ CMake FetchContent] ( #cmake-fetchcontent )
24
+ - [ System-wide installation] ( #system-wide-installation )
25
+ - [ Conan] ( #conan )
26
+ - [ Vcpkg] ( #vcpkg )
22
27
- [ Docs] ( #docs )
23
- - [ Backends ] ( #backends )
28
+ - [ Back-ends ] ( #back-ends )
24
29
- [ License] ( #license )
25
30
31
+ ## How to use
32
+
33
+ ### CMake FetchContent
34
+
35
+ TODO
36
+
37
+ ### System-wide installation
38
+
39
+ TODO
40
+
41
+ ### Conan
42
+
43
+ TODO
44
+
45
+ ### Vcpkg
46
+
47
+ TODO
48
+
26
49
## Docs
27
50
28
51
` cpptrace::print_trace() ` can be used to print a stacktrace at the current call site, ` cpptrace::generate_trace() ` can
You can’t perform that action at this time.
0 commit comments