...
This commit is contained in:
@@ -31,5 +31,12 @@ static constexpr DT MCC_INFINITE_DURATION_V =
|
||||
: DT{std::numeric_limits<typename DT::rep>::max()};
|
||||
|
||||
|
||||
// serializer/deserializer delimiters
|
||||
|
||||
// delimiter between items of serializing values sequence
|
||||
static constexpr std::string_view MCC_DEFAULT_SEQ_DELIMITER{";"};
|
||||
|
||||
// delimiter between items of aggregative (multi-element) serializing value
|
||||
static constexpr std::string_view MCC_DEFAULT_ELEM_DELIMITER{","};
|
||||
|
||||
} // namespace mcc
|
||||
|
||||
Reference in New Issue
Block a user