forked from Alepha/Alepha
Fix infinite recursion in debug printing in tests.
This commit is contained in:
@ -136,7 +136,7 @@ namespace Alepha::Hydrogen::Testing ::detail:: printDebugging_m
|
||||
friend std::ostream &
|
||||
operator << ( std::ostream &os, const Adaptor &a )
|
||||
{
|
||||
streamValue< outputMode >( a, os );
|
||||
streamValue< outputMode >( a.element, os );
|
||||
return os;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user