mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
workaround for disable unicode literals and types
This commit is contained in:
parent
4e0b3991b1
commit
7240e883c5
26 changed files with 152 additions and 29 deletions
|
@ -81,8 +81,10 @@ namespace sprout {
|
|||
SPROUT_HASH_SPECIALIZE(char);
|
||||
SPROUT_HASH_SPECIALIZE(signed char);
|
||||
SPROUT_HASH_SPECIALIZE(unsigned char);
|
||||
#if SPROUT_USE_UNICODE_LITERALS
|
||||
SPROUT_HASH_SPECIALIZE(char16_t);
|
||||
SPROUT_HASH_SPECIALIZE(char32_t);
|
||||
#endif
|
||||
SPROUT_HASH_SPECIALIZE(wchar_t);
|
||||
SPROUT_HASH_SPECIALIZE(short);
|
||||
SPROUT_HASH_SPECIALIZE(unsigned short);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue