-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: legacy-1.0.0
-
Component/s: API, Performance
As mongo::OID::asDateT() calls mongo::OID::asTimeT(), which calls OID::getTimestamp(), which is a const member function, mongo::OID::asDateT() and mongo::OID::asTimeT() should also be marked as const.
- is related to
-
SERVER-17596 mongo::OID::asTimeT() and mongo::OID::asDateT() should be const
- Closed