Skip to content

Commit 5b6f4be

Browse files
committed
Fix make_optional for rvalues
1 parent f9fdf42 commit 5b6f4be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h4>
146146
</div>
147147
</div>
148148
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
149-
<td align="left"><p><small>Last revised: November 04, 2017 at 18:02:17 GMT</small></p></td>
149+
<td align="left"><p><small>Last revised: May 17, 2017 at 23:01:39 GMT</small></p></td>
150150
<td align="right"><div class="copyright-footer"></div></td>
151151
</tr></table>
152152
<hr>

test/optional_test_make_optional.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
using boost::optional;
2525
using boost::make_optional;
26-
2726
using boost::core::is_same;
2827

2928
template <typename Expected, typename Deduced>

0 commit comments

Comments
 (0)