$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Catalin Pitis (cpitis.bl_at_[hidden])
Date: 2006-05-19 09:14:32
Hi
I'm using Visual C++ 8.0 and I tried to run the following code, which
seems to crash with assertion (NULL POINTER) at debug time:
(boost::format( "Something %1%") % std::string()).str()
It seems that it doesn't like empty strings in placeholders at all. Is
it a bug or is it as designed?
Thanks
Catalin