$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [nowide] Add C++ 11 support
From: Michael Smith (michael.smith_at_[hidden])
Date: 2014-11-19 13:28:56
This is a library I'd like to see in Boost proper. I plan to use it in a
current project.
One enhancement that would make it easier to work with is supporting new
C++11 interfaces for the adapters it implements. Things like
explicit fstream (const string& filename,
ios_base::openmode mode = ios_base::in | ios_base::out);
Any plans to do that? I'm happy to do the work and share it on Github.