1
0
Fork 0

fix init order fiasco

This commit is contained in:
jsteemann 2016-02-07 10:07:14 +01:00
parent 63595cd740
commit 7cdd48c48f
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ VPackOptions StorageOptions::DocumentToJsonTemplate;
// global options used for other conversions
VPackOptions StorageOptions::NonDocumentTemplate;
// this will initialize the global static objects
static StorageOptions Instance;
struct ExcludeHandlerImpl : public VPackAttributeExcludeHandler {
bool shouldExclude(VPackSlice const& key, int nesting) override final {
VPackValueLength keyLength;