aboutsummaryrefslogtreecommitdiff
path: root/build2/module
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-01-07 17:22:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-09 21:44:23 +0300
commit13fd92f4c8e4f68bf4f9cc0b7de95e7ee7fe9d82 (patch)
tree2fefa382b0c8c1a6dc2e93a7f627096152e7d0a3 /build2/module
parentc55240fb05151cae046c75a793c164d72c988db2 (diff)
Increase size of variable value::data_ to compile with libc++
Diffstat (limited to 'build2/module')
-rw-r--r--build2/module2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/module b/build2/module
index 8c64676..7d6439f 100644
--- a/build2/module
+++ b/build2/module
@@ -68,7 +68,7 @@ namespace build2
struct loaded_module_map: std::map<string, module_state>
{
- template<typename T>
+ template <typename T>
T*
lookup (const string& name) const
{