mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 03:43:28 +01:00
removed spurious }
This commit is contained in:
parent
82754c1766
commit
30888f59bf
@ -37,7 +37,6 @@ namespace Catch {
|
|||||||
return convertMyTypeToString( value );
|
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user