Optional verifier for round-trippability, and fix wrapping and tab bugs.
This commit is contained in:
@@ -77,6 +77,8 @@ namespace Network {
|
||||
string diff_from( const UserStream &existing ) const;
|
||||
void apply_string( string diff );
|
||||
bool operator==( const UserStream &x ) const { return actions == x.actions; }
|
||||
|
||||
bool compare( const UserStream & ) const { return false; }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user