forked from boostorg/optional
spelling: compiler
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
de27c0f853
commit
c4291fa461
@ -542,7 +542,7 @@ class optional_base : public optional_tag
|
|||||||
// Thus, the following overload is needed to properly handle the case when the 'lhs'
|
// Thus, the following overload is needed to properly handle the case when the 'lhs'
|
||||||
// is another optional.
|
// is another optional.
|
||||||
//
|
//
|
||||||
// For VC<=70 compilers this workaround dosen't work because the comnpiler issues and error
|
// For VC<=70 compilers this workaround dosen't work because the compiler issues and error
|
||||||
// instead of choosing the wrong overload
|
// instead of choosing the wrong overload
|
||||||
//
|
//
|
||||||
#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
||||||
|
@ -455,7 +455,7 @@ class tc_optional_base : public optional_tag
|
|||||||
// Thus, the following overload is needed to properly handle the case when the 'lhs'
|
// Thus, the following overload is needed to properly handle the case when the 'lhs'
|
||||||
// is another optional.
|
// is another optional.
|
||||||
//
|
//
|
||||||
// For VC<=70 compilers this workaround dosen't work because the comnpiler issues and error
|
// For VC<=70 compilers this workaround dosen't work because the compiler issues and error
|
||||||
// instead of choosing the wrong overload
|
// instead of choosing the wrong overload
|
||||||
//
|
//
|
||||||
#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
||||||
|
@ -722,7 +722,7 @@ class optional_base : public optional_tag
|
|||||||
// Thus, the following overload is needed to properly handle the case when the 'lhs'
|
// Thus, the following overload is needed to properly handle the case when the 'lhs'
|
||||||
// is another optional.
|
// is another optional.
|
||||||
//
|
//
|
||||||
// For VC<=70 compilers this workaround dosen't work because the comnpiler issues and error
|
// For VC<=70 compilers this workaround dosen't work because the compiler issues and error
|
||||||
// instead of choosing the wrong overload
|
// instead of choosing the wrong overload
|
||||||
//
|
//
|
||||||
#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
#ifndef BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
||||||
|
Reference in New Issue
Block a user