mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 03:57:20 +02:00
You can now manually disable move semantics.
This may be useful in MSVC to work around a bug described in Trac #10399
This commit is contained in:
@ -47,6 +47,11 @@
|
||||
<li class="listitem">
|
||||
IOStream operators are now mentioned in documentation.
|
||||
</li>
|
||||
<li class="listitem">
|
||||
Added a way to manually disable move semantics: just define macro <code class="computeroutput"><span class="identifier">BOOST_OPTIONAL_CONFIG_NO_RVALUE_REFERENCES</span></code>.
|
||||
This can be used to work around <a href="https://svn.boost.org/trac/boost/ticket/10399" target="_top">Trac
|
||||
#10399</a>
|
||||
</li>
|
||||
</ul></div>
|
||||
<h4>
|
||||
<a name="boost_optional.relnotes.h1"></a>
|
||||
|
Reference in New Issue
Block a user