disable experimental stl slab allocator by default
This commit is contained in:
parent
3cdccceb20
commit
34fec57c07
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ class MyCompare {
|
|||
MyCompare(c_cmp_t cmp, int dummy) : cmp_(cmp), arg_(NULL) {}
|
||||
};
|
||||
|
||||
typedef std::set<const void*,MyCompare, stlslab<const void *> > rb;
|
||||
//typedef std::set<const void*,MyCompare, stlslab<const void *> > rb;
|
||||
typedef std::set<const void*,MyCompare > rb;
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
|
Loading…
Reference in a new issue