2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

1.87.0: fix contributor name

This commit is contained in:
Akira Takahashi
2024-12-06 18:41:20 +09:00
committed by Peter Dimov
parent 641c0ac264
commit 3993187cc4

View File

@@ -333,7 +333,7 @@ Please keep the list of libraries sorted in lexicographical order.
* [phrase library..[@/libs/stacktrace/ Stacktrace]:]
* `Boost::stacktrace_from_exception` CMake target was added. Many thanks
to [@https://github.com/void-mian int main] for the [github_pr stacktrace 189].
to [@https://github.com/void-mian int mian] for the [github_pr stacktrace 189].
* Don't export `boost_stacktrace_impl_return_nullptr` for static build on MSVC. Many thanks
to [@https://github.com/huangqinjin huangqinjin] for the [github_pr stacktrace 186].
* Fixed autolinking with `ole32.lib` and `Dbgeng.lib` while using clang under Windows OS.