mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 16:15:28 +00:00
Merge pull request #7492 from bencsikandrei/remove-ebo-static-assert
remove static_assert used only for testing
This commit is contained in:
commit
2c43fbb7af
@ -45,7 +45,6 @@ struct sdl_rwops_deleter
|
||||
};
|
||||
|
||||
using rwops_ptr = std::unique_ptr<SDL_RWops, sdl_rwops_deleter>;
|
||||
static_assert(sizeof(rwops_ptr) == sizeof(SDL_RWops*));
|
||||
|
||||
rwops_ptr make_read_RWops(const std::string &path);
|
||||
rwops_ptr make_write_RWops(const std::string &path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user