aboutsummaryrefslogtreecommitdiff
path: root/build2/target
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:03:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commitfc1a5e0b0f7ba30f27d29c5a17af81fe6d8e86cf (patch)
treefc66b1e861eca692c6e6f518daf1aac3186cf087 /build2/target
parent221b677f07ccb44d2a4a6fb02bfaaa1f0e6b07b5 (diff)
Make GCC 4.9, VC14 happy
Diffstat (limited to 'build2/target')
-rw-r--r--build2/target2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target b/build2/target
index 2e13e69..c5047d2 100644
--- a/build2/target
+++ b/build2/target
@@ -486,7 +486,7 @@ namespace build2
//
// Note that the recipe may modify (mutable) the data.
//
- static constexpr size_t data_size = sizeof (string) * 4;
+ static constexpr size_t data_size = sizeof (string) * 8;
mutable std::aligned_storage<data_size>::type data_pad;
mutable void (*data_dtor) (void*) = nullptr;