mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-30 08:27:52 +00:00
Some toString cleanups
This commit is contained in:
parent
32186db1b0
commit
b0545d1f12
5 changed files with 8 additions and 10 deletions
|
@ -81,8 +81,7 @@ namespace Detail {
|
|||
};
|
||||
}
|
||||
|
||||
template<>
|
||||
inline std::string toString<Detail::Approx>( Detail::Approx const& value ) {
|
||||
inline std::string toString( Detail::Approx const& value ) {
|
||||
return value.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue