diff --git a/uppsrc/Core/Value.h b/uppsrc/Core/Value.h index cab945878..41e8ec1a4 100644 --- a/uppsrc/Core/Value.h +++ b/uppsrc/Core/Value.h @@ -237,6 +237,10 @@ template Value RawPickToValue(pick_ T& data); template Value RawDeepToValue(const T& data); template T& CreateRawValue(Value& v); +Value ErrorValue(const char *s); +Value ErrorValue(const String& s); +const Value& ErrorValue(); + template inline bool IsPolyEqual(const T& x, const Value& v) { return false; @@ -284,10 +288,6 @@ inline bool IsDateTime(const Value& v) { return v.Is() || v.Is