On 27/01/21 16:45 +0000, Jonathan Wakely wrote:
I'll regen the docs [...]

Done. Regenerating the docs needed the attached fix.


commit 3670dbe49059ab1746ac2e3b77940160c05db6c2
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Wed Jan 27 17:52:27 2021

    libstdc++: Regenerate libstdc++ HTML docs
    
    libstdc++-v3/ChangeLog:
    
            * doc/xml/manual/status_cxx2017.xml: Replace invalid entity.
            * doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index bc740f8e1ba..f97fc060fa0 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -3113,7 +3113,7 @@ since C++14 and the implementation is complete.
         is supported if <code>__ALTIVEC__</code> is defined and <code>sizeof(T)
         &lt; 8</code>. Additionally, <code>double</code> is supported if
         <code>__VSX__</code> is defined, and any <code>T</code> with <code>
-        sizeof(T) &le; 8</code> is supported if <code>__POWER8_VECTOR__</code>
+        sizeof(T) &lt;= 8</code> is supported if <code>__POWER8_VECTOR__</code>
         is defined.
 
         On x86, given an extended ABI tag <code>Abi</code>,

Reply via email to