diff options
-rw-r--r-- | build2/target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target b/build2/target index 4316ff6..4838dfb 100644 --- a/build2/target +++ b/build2/target @@ -572,7 +572,7 @@ namespace build2 // // Note that the recipe may modify the data. // - static constexpr size_t data_size = sizeof (string) * 8; + static constexpr size_t data_size = sizeof (string) * 10; mutable std::aligned_storage<data_size>::type data_pad; mutable void (*data_dtor) (void*) = nullptr; |