mirror of
https://github.com/boostorg/optional.git
synced 2025-07-23 17:17:17 +02:00
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