#include "Op.h" #include "OpImpl.h" namespace builder { Op::Op() : impl_(std::make_shared()) {} } // namespace builder