mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Windows] Fix MSVC compilation bug via workaround (#2926)
This commit is contained in:
parent
5b56a23a8a
commit
536e248424
@ -111,7 +111,7 @@ namespace cereal
|
|||||||
@param indentChar The type of character to indent with
|
@param indentChar The type of character to indent with
|
||||||
@param indentLength The number of indentChar to use for indentation
|
@param indentLength The number of indentChar to use for indentation
|
||||||
(0 corresponds to no indentation) */
|
(0 corresponds to no indentation) */
|
||||||
explicit Options( int precision = JSONWriterSL::Writer::kDefaultMaxDecimalPlaces,
|
explicit Options( int precision = 324,
|
||||||
IndentChar indentChar = IndentChar::space,
|
IndentChar indentChar = IndentChar::space,
|
||||||
unsigned int indentLength = 4,
|
unsigned int indentLength = 4,
|
||||||
bool singleLine = false) :
|
bool singleLine = false) :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user