Mercurial > dedupe
view UniqueString.cpp @ 18:fcb7a71a22c1
Make it possible to turn off asserting for the RBTree template header.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 29 Aug 2012 20:04:05 +0200 |
| parents | 06166d6c083b |
| children | d0502678429c |
line wrap: on
line source
#include "UniqueString.hpp" //QMap<QString, QString> UniqueString::map; RBTree<QString> UniqueString::map;
