File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ namespace v1 {
9191// - https://lld.llvm.org/missingkeyfunction:
9292// > It’s always advisable to ensure there is at least one eligible function that can serve as the key function.
9393// - https://gcc.gnu.org/onlinedocs/gcc/Vague-Linkage.html
94- // > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the vtable.
94+ // > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the
95+ // vtable.
9596void exception::key_function () const {}
9697
9798} // namespace v1
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ std::error_category const& type_error_category() {
8989// - https://lld.llvm.org/missingkeyfunction:
9090// > It’s always advisable to ensure there is at least one eligible function that can serve as the key function.
9191// - https://gcc.gnu.org/onlinedocs/gcc/Vague-Linkage.html
92- // > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the vtable.
92+ // > For polymorphic classes (classes with virtual functions), the ‘type_info’ object is written out along with the
93+ // vtable.
9394void exception::key_function () const {}
9495
9596} // namespace v1
You can’t perform that action at this time.
0 commit comments