template<size_t stack_size, size_t heap_block_size> changed to template<typename StreamType>
This commit is contained in:
@@ -162,8 +162,8 @@ return !was_error;
|
||||
|
||||
|
||||
|
||||
template<size_t stack_size, size_t heap_block_size>
|
||||
void IntToWide(int c, TextStreamBase<wchar_t, stack_size, heap_block_size> & res)
|
||||
template<typename StreamType>
|
||||
void IntToWide(int c, StreamType & res)
|
||||
{
|
||||
if( sizeof(wchar_t)==2 && c>0xffff )
|
||||
{
|
||||
|
Reference in New Issue
Block a user