- Implemented ::decomposeModAttributeModifiers.
This commit is contained in:
Paul Beckingham
2014-10-20 01:33:42 -04:00
parent 626354999c
commit f2e533d013
2 changed files with 95 additions and 11 deletions

View File

@@ -87,6 +87,7 @@ private:
void desugarIDs ();
void desugarUUIDs ();
void decomposeModAttributes ();
void decomposeModAttributeModifiers ();
public:
std::multimap <std::string, std::string> _entities;