Fix for invalid Optional constructor 16/152316/2
authorRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Mon, 25 Sep 2017 15:27:09 +0000 (17:27 +0200)
committerRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Mon, 25 Sep 2017 15:31:00 +0000 (17:31 +0200)
commit633ab661e5c1dae687d814044287bcd457c7c9bb
treeee7b4d55b1397138e9963ccc0c3567e4ebd44789
parentca351fcd428210713a4219ae34a95a3a5bfb0fb5
Fix for invalid Optional constructor

Fix for invalid Optional constructor, where Optional<int> a = {} would cause object a to be initialized with 0
value, rather than empty Optional.

Change-Id: I84c0f4fcd5da2bca77cde411c016068e3df6e605
src/Optional.hpp