Variant
- Cleaned up some operator implementations. - Added Date, Duration formatting.
This commit is contained in:
@@ -415,5 +415,9 @@
|
||||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Variant
|
||||
#define STRING_VARIANT_REL_BOOL "Cannot perform relational comparison on Boolean types."
|
||||
#define STRING_VARIANT_REL_UNKNOWN "Cannot perform relational comparison on unknown types."
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user