Documentation

- Removed "suspicion" comment about the autovivifying of map keys.
  Credited Dmitriy properly.
This commit is contained in:
Paul Beckingham 2011-12-31 11:39:50 -05:00
parent 2e2521a4cf
commit b35a2f54bb
3 changed files with 4 additions and 3 deletions

View file

@ -1290,8 +1290,6 @@ bool A3::is_attr (Nibbler& n, Arg& arg)
// Most attributes are standard, some are pseudo-attributes, such as
// 'limit:page', which is not represented by a column object, and
// therefore not stored.
// I suspect this is auto-vivifying context.columns["limit"]. Bugger.
std::map<std::string, Column*>::iterator i = context.columns.find (name);
if (i != context.columns.end ())
arg._type = Arg::type_id (i->second->type ());