mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 06:35:03 +01:00
Fixed code page warning.
This commit is contained in:
parent
cab19b21a4
commit
d61eaaac28
@ -61,7 +61,7 @@ class Foundation_API Var
|
||||
/// Var puts forth the best effort to provide intuitive and reasonable conversion semantics and prevent
|
||||
/// unexpected data loss, particularly when performing narrowing or signedness conversions of numeric data types.
|
||||
///
|
||||
/// An attempt to convert or extract from a non-initialized (“empty”) Var variable shall result
|
||||
/// An attempt to convert or extract from a non-initialized ("empty") Var variable shall result
|
||||
/// in an exception being thrown.
|
||||
///
|
||||
/// Loss of signedness is not allowed for numeric values. This means that if an attempt is made to convert
|
||||
|
Loading…
x
Reference in New Issue
Block a user