client Builders allow default ctor

simplify handling of Builders
This commit is contained in:
Michael Davidsaver
2020-07-25 10:58:22 -07:00
parent 2d475eed74
commit 64400c5050
4 changed files with 23 additions and 2 deletions
+3
View File
@@ -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);