From e9e452a54d931d55b84d178022e3c086a9c2f428 Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Thu, 18 May 2017 01:09:31 +0200 Subject: [PATCH] Fix make_optional for rvalues --- doc/html/index.html | 2 +- test/optional_test_make_optional.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/html/index.html b/doc/html/index.html index 37bbc289..1429a216 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -146,7 +146,7 @@

- +

Last revised: November 04, 2017 at 18:02:17 GMT

Last revised: May 17, 2017 at 23:01:39 GMT


diff --git a/test/optional_test_make_optional.cpp b/test/optional_test_make_optional.cpp index c4c8dc81..8230c198 100644 --- a/test/optional_test_make_optional.cpp +++ b/test/optional_test_make_optional.cpp @@ -23,7 +23,6 @@ using boost::optional; using boost::make_optional; - using boost::core::is_same; template