parent
8ebe94ca2e
commit
7a22bad763
9 changed files with 15 additions and 23 deletions
|
@ -29,13 +29,6 @@ namespace Detail {
|
|||
m_value( value )
|
||||
{}
|
||||
|
||||
Approx( Approx const& other )
|
||||
: m_epsilon( other.m_epsilon ),
|
||||
m_margin( other.m_margin ),
|
||||
m_scale( other.m_scale ),
|
||||
m_value( other.m_value )
|
||||
{}
|
||||
|
||||
static Approx custom() {
|
||||
return Approx( 0 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue