mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2026-01-05 01:50:57 +07:00
add extra warnings for tests
This commit is contained in:
@@ -95,8 +95,6 @@ namespace
|
||||
std::forward<Cs>(cs)...);
|
||||
}
|
||||
};
|
||||
|
||||
constexpr auto f = kari::curry(minus2_gf{}, 10, 20);
|
||||
}
|
||||
|
||||
namespace
|
||||
@@ -194,10 +192,6 @@ namespace
|
||||
static box_without_move operator+(const box_without_move& lhs, const box_without_move& rhs) {
|
||||
return box_without_move(lhs.v() + rhs.v());
|
||||
}
|
||||
|
||||
static box_without_move operator-(const box_without_move& lhs, const box_without_move& rhs) {
|
||||
return box_without_move(lhs.v() - rhs.v());
|
||||
}
|
||||
}
|
||||
|
||||
using namespace kari;
|
||||
|
||||
Reference in New Issue
Block a user