Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: compiled/Map.h

Issue 29690843: Issue 6359 - use C++14 instead of C++1z (Closed) Base URL: github.com:adblockplus/adblockpluscore
Patch Set: support more compilers Created Feb. 6, 2018, 10:32 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compiled/bindings/generator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
{
« no previous file with comments | « no previous file | compiled/bindings/generator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld