From 1d275d927205351f02c92524d8350277abe8be56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Aug 2017 11:09:56 +0200 Subject: Increase target pad size --- build2/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/target.hxx b/build2/target.hxx index 94fb800..0309dd6 100644 --- a/build2/target.hxx +++ b/build2/target.hxx @@ -596,7 +596,7 @@ namespace build2 // // Note that the recipe may modify the data. // - static constexpr size_t data_size = sizeof (string) * 12; + static constexpr size_t data_size = sizeof (string) * 16; mutable std::aligned_storage::type data_pad; mutable void (*data_dtor) (void*) = nullptr; -- cgit v1.1