mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix for VC++11
This commit is contained in:
parent
5597dcec9b
commit
8b80b159c8
148 changed files with 336 additions and 181 deletions
|
@ -27,6 +27,7 @@ namespace sprout {
|
|||
get_default_indeterminate_name<wchar_t>() {
|
||||
return L"indeterminate";
|
||||
}
|
||||
#ifndef SPROUT_NO_UNICODE_LITERALS
|
||||
template<>
|
||||
inline std::basic_string<char16_t>
|
||||
get_default_indeterminate_name<char16_t>() {
|
||||
|
@ -37,6 +38,7 @@ namespace sprout {
|
|||
get_default_indeterminate_name<char32_t>() {
|
||||
return U"indeterminate";
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
// indeterminate_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue