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
|
@ -37,6 +37,7 @@ namespace sprout {
|
|||
SPROUT_STATIC_CONSTEXPR_DATA_MEMBER_OUTER(sprout::to_string(L"01234567"))
|
||||
;
|
||||
|
||||
#ifndef SPROUT_NO_UNICODE_LITERALS
|
||||
template<>
|
||||
struct odigits<char16_t> {
|
||||
public:
|
||||
|
@ -58,6 +59,7 @@ namespace sprout {
|
|||
SPROUT_CONSTEXPR_OR_CONST sprout::basic_string<char32_t, 8> sprout::weed::detail::odigits<char32_t>::table
|
||||
SPROUT_STATIC_CONSTEXPR_DATA_MEMBER_OUTER(sprout::to_string(U"01234567"))
|
||||
;
|
||||
#endif
|
||||
|
||||
template<typename Dummy>
|
||||
struct ovalues;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue