$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How to make boost.test log wstring?
From: Alexey Badalov (don_reba_at_[hidden])
Date: 2010-02-05 14:53:24
Boost.test logs to ostream, which does not have an operator for wstring.
Consequently, I cannot test wstring values. How can I fix this?