0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Dwight 2011-05-10 13:04:24 -04:00
parent 40e9a56d22
commit e4e267013c

View File

@ -211,7 +211,6 @@ namespace mongo {
friend class StringBuilder;
};
template class _BufBuilder<TrivialAllocator>;
typedef _BufBuilder<TrivialAllocator> BufBuilder;
/** The StackBufBuilder builds smaller datasets on the stack instead of using malloc.