5 Apr
2017
5 Apr
'17
4:43 p.m.
Leo Cacciari
Accordingly, I thought that the following would work:
using boost::fusion::operator<<; fusion::vector
v = fusion::make_vector(42, 3.1415, "foobar"); std::wcout << "v = " << v << std::endl;
Forgive me if I'm missing something obvious: Could the problem be that your passing char-based strings to an output stream expecting wchar_t-based text? Couldn't you fix this by writing to std:cout instead of std::wcout? |+| M a r k |+| Mark Stallard Business Application Services Global Business Services Information Technology Raytheon Company