
7 Mar
2005
7 Mar
'05
7:17 a.m.
Hi, Maybe it's something that I missed, but why optional doesn't define output operator something like this: template<typename T> inline std::ostream& operator<<( std::ostream& ostr, optional<T> const& v ) { if( v ) ostr << *v; return ostr; } Gennadiy
7405
Age (days ago)
7405
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gennadiy Rozental