- Possible fix for bug #892, which I cannot replicate anyway.  This fix
  involves testing my suspicion that std::map autovivifies via
  std::map::operator[], which is not nice.  Will ask Dmitriy to confirm.
This commit is contained in:
Paul Beckingham 2011-12-31 11:00:30 -05:00
parent 0c0999e9a8
commit 2e2521a4cf
2 changed files with 3 additions and 4 deletions

View file

@ -25,7 +25,6 @@
//
////////////////////////////////////////////////////////////////////////////////
#define L10N // Localization complete.
#include <Context.h>