Prune change-management.rst and update links.
[alexxy/gromacs.git] / python_packaging / src / external / pybind / include / pybind11 / pybind11.h
index c6237056baa24166eee572744ed5b0c22f48c946..f7a2d1a430bb49d3aa5b35e6df019e468d0067f4 100644 (file)
@@ -529,7 +529,7 @@ protected:
                     call.args_convert.push_back(arg_rec ? arg_rec->convert : true);
                 }
                 if (bad_arg)
-                    continue; // Maybe it was meant for another overload (issue #688)
+                    continue; // Maybe it was meant for another overload (Issue #688)
 
                 // We'll need to copy this if we steal some kwargs for defaults
                 dict kwargs = reinterpret_borrow<dict>(kwargs_in);
@@ -1798,7 +1798,7 @@ public:
 NAMESPACE_BEGIN(detail)
 // Returns a reference to a function-local static exception object used in the simple
 // register_exception approach below.  (It would be simpler to have the static local variable
-// directly in register_exception, but that makes clang <3.5 segfault - issue #1349).
+// directly in register_exception, but that makes clang <3.5 segfault - Issue #1349).
 template <typename CppException>
 exception<CppException> &get_exception_object() { static exception<CppException> ex; return ex; }
 NAMESPACE_END(detail)