- 
    Type:Bug 
- 
    Resolution: Done
- 
    Priority:Trivial - P5 
- 
    Affects Version/s: None
- 
    Component/s: Internal Code
- 
    None
- 
        ALL
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
The oid.h file in the bson directory declares the same function twice:
std::ostream& operator<<( std::ostream &s, const OID &o );
Both declarations are near the bottom of the file.
- links to