On 03/05/21 23:52 -0300, Alexandre Oliva wrote:
This patch adds ctype and locale support to libstdc++ on vxworks7. We've been using this for a while internally. It was tested with various vx7r2 targets. Ok to install?
+ // VxWorks does not consider spaces to be blank, however, the testsuite + // and more generally the libstdc++ rely on it, we explicitely handle
s/explicitely/explicitly/ OK with that tweak.