mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Removing assert() calls from public headers
Removed calls to assert() from public headers to have full control when assertions are enabled in wsrep-lib code regardless of parent project build configuration. Moved methods containing assertions and non-trivial code from headers into compilation units.
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
#include "db_high_priority_service.hpp"
|
||||
#include "db_client.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
db::client_service::client_service(db::client& client)
|
||||
: wsrep::client_service()
|
||||
, client_(client)
|
||||
|
Reference in New Issue
Block a user