mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
removed spurious }
This commit is contained in:
@@ -37,7 +37,6 @@ namespace Catch {
|
||||
return convertMyTypeToString( value );
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Again ```T``` is your type and ```convertMyTypeToString``` is where you'll write whatever code is necessary to make your type printable. Note that the function must be in the Catch namespace, which itself must be in the global namespace.
|
||||
|
Reference in New Issue
Block a user