- Cleaned up some operator implementations.
- Added Date, Duration formatting.
This commit is contained in:
Paul Beckingham
2011-07-04 13:51:36 -04:00
parent fc793e7b1d
commit b70f4e8528
2 changed files with 53 additions and 44 deletions

View File

@@ -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