mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-17 07:37:13 +02:00
Update POCO to 1.11.0
This commit is contained in:
@ -69,7 +69,7 @@ public:
|
||||
|
||||
Optional(C&& value):
|
||||
/// Creates a Optional by moving the given value.
|
||||
_value(value),
|
||||
_value(std::forward<C>(value)),
|
||||
_isSpecified(true)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user