From 679e4b83d2bb3595524c26fc97f8e3645ae8ab08 Mon Sep 17 00:00:00 2001 From: Jacob Potter Date: Thu, 14 Aug 2014 12:14:21 -0700 Subject: [PATCH] Another VS14 fix --- json11.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/json11.cpp b/json11.cpp index ad7f5b1..a25d0fe 100644 --- a/json11.cpp +++ b/json11.cpp @@ -218,6 +218,7 @@ struct Statics { const string empty_string; const vector empty_vector; const map empty_map; + Statics() {} }; const Statics & statics() {