Fix make_optional for rvalues

This commit is contained in:
Andrzej Krzemienski
2017-05-18 01:09:31 +02:00
parent f9fdf42a17
commit 5b6f4be434
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@
using boost::optional;
using boost::make_optional;
using boost::core::is_same;
template <typename Expected, typename Deduced>