Skip to content

Commit 06fe49f

Browse files
fix build, needed an instantiation of allocator
1 parent 42cb643 commit 06fe49f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/src/stacktrace/builder.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
_LIBCPP_BEGIN_NAMESPACE_STD
2121

22+
// Explicitly instantiate this template class
23+
template class std::allocator<std::stacktrace_entry>;
24+
2225
namespace __stacktrace {
2326

2427
_LIBCPP_NO_TAIL_CALLS _LIBCPP_NOINLINE void builder::build_stacktrace(size_t skip, size_t max_depth) {

0 commit comments

Comments
 (0)