diff --git a/src/bsoncxx/lib/bsoncxx/v1/exception.cpp b/src/bsoncxx/lib/bsoncxx/v1/exception.cpp index 4f656bcffb..0aeb4dcc76 100644 --- a/src/bsoncxx/lib/bsoncxx/v1/exception.cpp +++ b/src/bsoncxx/lib/bsoncxx/v1/exception.cpp @@ -91,7 +91,8 @@ namespace v1 { // - https://lld.llvm.org/missingkeyfunction: // > It’s always advisable to ensure there is at least one eligible function that can serve as the key function. // - https://gcc.gnu.org/onlinedocs/gcc/Vague-Linkage.html -// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the vtable. +// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the +// vtable. void exception::key_function() const {} } // namespace v1 diff --git a/src/mongocxx/lib/mongocxx/v1/exception.cpp b/src/mongocxx/lib/mongocxx/v1/exception.cpp index 5bc0f8e1a3..c76b4d1fb0 100644 --- a/src/mongocxx/lib/mongocxx/v1/exception.cpp +++ b/src/mongocxx/lib/mongocxx/v1/exception.cpp @@ -89,7 +89,8 @@ std::error_category const& type_error_category() { // - https://lld.llvm.org/missingkeyfunction: // > It’s always advisable to ensure there is at least one eligible function that can serve as the key function. // - https://gcc.gnu.org/onlinedocs/gcc/Vague-Linkage.html -// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the vtable. +// > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the +// vtable. void exception::key_function() const {} } // namespace v1