mirror of
https://github.com/boostorg/optional.git
synced 2025-07-16 22:02:07 +02:00
Fix make_optional for rvalues
This commit is contained in:
@ -146,7 +146,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<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>
|
<td align="right"><div class="copyright-footer"></div></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
using boost::optional;
|
using boost::optional;
|
||||||
using boost::make_optional;
|
using boost::make_optional;
|
||||||
|
|
||||||
using boost::core::is_same;
|
using boost::core::is_same;
|
||||||
|
|
||||||
template <typename Expected, typename Deduced>
|
template <typename Expected, typename Deduced>
|
||||||
|
Reference in New Issue
Block a user