commit 3670dbe49059ab1746ac2e3b77940160c05db6c2 Author: Jonathan Wakely 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 __ALTIVEC__ is defined and sizeof(T) < 8. Additionally, double is supported if __VSX__ is defined, and any T with - sizeof(T) ≤ 8 is supported if __POWER8_VECTOR__ + sizeof(T) <= 8 is supported if __POWER8_VECTOR__ is defined. On x86, given an extended ABI tag Abi,