// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "type_traits.h" namespace vespalib { namespace slime { const bool TypeTraits::unsetValue; const int64_t TypeTraits::unsetValue; const double TypeTraits::unsetValue = 0.0; const Memory TypeTraits::unsetValue; const Memory TypeTraits::unsetValue; } // namespace vespalib::slime } // namespace vespalib