Commit 4f7dce78 authored by Mitchell Balan's avatar Mitchell Balan
Browse files

[NFC] Attempting to fix sphinx build failure with badly encoded characters from incoming patch.

parent 50b17de0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Options
    within copy constructors, since some compilers issue warnings/errors when
    base classes are not explicitly intialized in copy constructors. For example,
    ``gcc`` with ``-Wextra`` or ``-Werror=extra`` issues warning or error
    ``base class Bar should be explicitly initialized in the copy constructor``
    ``base class 'Bar' should be explicitly initialized in the copy constructor``
    if ``Bar()`` were removed in the following example:

.. code-block:: c++