client Builders allow default ctor
simplify handling of Builders
This commit is contained in:
@@ -168,6 +168,9 @@ void Connection::handle_GET_FIELD()
|
||||
|
||||
std::shared_ptr<Operation> GetBuilder::_exec_info()
|
||||
{
|
||||
if(!ctx)
|
||||
throw std::logic_error("NULL Builder");
|
||||
|
||||
std::shared_ptr<Operation> ret;
|
||||
|
||||
assert(!_get);
|
||||
|
||||
Reference in New Issue
Block a user