$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [nowide] Bug fix for older Windows versions
From: Michael Smith (michael.smith_at_[hidden])
Date: 2015-02-17 14:56:05
I found an issue with the implementation of cout/cerr in Boost.Nowide. It
will fail in the middle of writing output due to a segfault in
VerifyConsoleIoHandle (during WriteConsoleW). See the attached files for a
patch and example (I've tested with MinGW-w64 4.8.3).