
19 Oct
2009
19 Oct
'09
1:46 p.m.
Christian Schladetsch wrote:
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.
Care to elaborate?