You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/devguide/styleguide.rst
+5-4
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,8 @@ is more difficult to comment out a large section of code that uses C-style
47
47
comments.)
48
48
49
49
Do not use C-style casting. Always use the C++-style casts ``static_cast``,
50
-
``const_cast``, or ``reinterpret_cast``. (See `ES.49 <http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#es49-if-you-must-use-a-cast-use-a-named-cast>`_)
50
+
``const_cast``, or ``reinterpret_cast``. (See `ES.49
0 commit comments