| Index: compiled/Map.h |
| diff --git a/compiled/Map.h b/compiled/Map.h |
| index 59640248deab79e82cb0914d9b2926948742f992..f401f4e8af998affba14d7ea167e15948edc099f 100644 |
| --- a/compiled/Map.h |
| +++ b/compiled/Map.h |
| @@ -315,6 +315,10 @@ public: |
| using super::super; |
| + Map() |
| + { |
| + } |
| + |
| Map(std::initializer_list<entry_type> list) |
| : super(list.size()) |
| { |