mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-16 16:07:08 +07:00
fix some warnings
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace kari_hpp::ext;
|
||||
TEST_CASE("kari_ext") {
|
||||
struct box final {
|
||||
int v;
|
||||
constexpr box(int v): v(v) {}
|
||||
constexpr box(int nv): v(nv) {}
|
||||
};
|
||||
|
||||
SUBCASE("fid") {
|
||||
|
||||
Reference in New Issue
Block a user