j
k
j a
j l
grammar( start_type const& start , std::string const& name_ = "unnamed-grammar") => : proto::extends<terminal, base_type>(terminal::make(start.alias())) , name_(name_) {} Here "start" is a reference to a not yet constructed object.
grammar( start_type const& start , std::string const& name_ = "unnamed-grammar") => : proto::extends<terminal, base_type>(terminal::make(start.alias())) , name_(name_) {}
Here "start" is a reference to a not yet constructed object.
False.
Back to the thread
Back to the list