I am trying to create simple math on c++. I want to use a custom float-point type with epsilon which computes in compile-time. So I need to create type-deduction operations. And there I have a problem with this code:I am trying to create simple math on c++. I wan