/* @file IfExpr.cpp */ #include "IfExpr.hpp" #include "xo/indentlog/print/vector.hpp" namespace xo { namespace ast { void IfExpr::display(std::ostream & os) const { os << ""; } /*display*/ } /*namespace ast*/ } /*namespace xo*/ /* end IfExpr.cpp */