mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-01 01:18:02 +00:00
Split result info from impl
This commit is contained in:
parent
fb386f458d
commit
ffe986d4ee
7 changed files with 154 additions and 112 deletions
|
@ -136,9 +136,6 @@ inline std::string toString( std::nullptr_t ) {
|
|||
#endif
|
||||
|
||||
#ifdef __OBJC__
|
||||
// inline std::string toString( NSString* const& nsstring ) {
|
||||
// return std::string( "@\"" ) + [nsstring UTF8String] + "\"";
|
||||
// }
|
||||
inline std::string toString( NSString const * const& nsstring ) {
|
||||
return std::string( "@\"" ) + [nsstring UTF8String] + "\"";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue