-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Client, Internal Code
-
Minor Change
Classes BSONObjBuilder and BSONArrayBuilder both derive from BSONBuilderBase, which is an abstract base class that makes virtual several key methods of BSONObjBuilder (and BSONArrayBuilder).
However, nowhere in the codebase, other than as a base class for BSONObjBuilder and BSONArrayBuilder, is this base class actually used. BSONObjBuilder and BSONArrayBuilder are the only subclasses, and no other references to the base type are found.
- is related to
-
CXX-48 Remove unused and unusable BSONBuilderBase base class
- Closed