boostorg / boostorg/stacktrace
`std::formatter` specialization
未關閉
- 主要語言
- C++
- 星號
- 494
- 分支
- 86
- 平均合併
- 8 天 20 小時
- 30 天內合併 PR
- 3
描述
Please provide a `std::formatter` specialization similar to the one `std::stacktrace` provides:
https://godbolt.org/z/x3zKn6vfn
```
terminate called after throwing an instance of 'RuntimeError'
what(): Encountered error code: 139
0# RuntimeError::RuntimeError(std::basic_format_string::type>, int&&) at /app/example.cpp:16
1# h() at /app/example.cpp:23
2# g() at /app/example.cpp:28
3# f() at /app/example.cpp:33
4# main at /app/example.cpp:38
5# at :0
6# __libc_start_main at :0
7# _start at :0
8#
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。