mirror of https://gitee.com/bigwinds/arangodb
fix init order fiasco
This commit is contained in:
parent
63595cd740
commit
7cdd48c48f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue