forked from boostorg/optional
Fixed bug in optional_io
[SVN r32979]
This commit is contained in:
@ -60,7 +60,7 @@ template<class CharType, class CharTrait, class T>
|
||||
inline
|
||||
std::basic_istream<CharType, CharTrait>&
|
||||
operator>>(std::basic_istream<CharType, CharTrait>& in, optional<T>& v)
|
||||
#else
|
||||
#endif
|
||||
{
|
||||
if ( in.good() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user