Skip to content

Commit

Permalink
Fix make_optional for rvalues
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzemi1 committed Nov 7, 2017
1 parent 0aebbe1 commit e9e452a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h4>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: November 04, 2017 at 18:02:17 GMT</small></p></td>
<td align="left"><p><small>Last revised: May 17, 2017 at 23:01:39 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Expand Down
1 change: 0 additions & 1 deletion test/optional_test_make_optional.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

using boost::optional;
using boost::make_optional;

using boost::core::is_same;

template <typename Expected, typename Deduced>
Expand Down

0 comments on commit e9e452a

Please sign in to comment.