El 21/09/2016 a las 6:58, Ram escribió:
Hi,
First of all, please follow this list's posting guidelines and do
use inline replies after a small
portion of the post you're replying to for context, just like I'm
doing here and is explained at
http://www.boost.org/community/policy.html#quoting
Now to your question.
OK, let's try a couple of things:
1. Can you please fetch your local
c:\sample\common\lib\boost\boost\detail\allocator_utilities.hpp file
and
send it back attached?
2. Where your testing code says
this->sample1.insert(1);
remove that statement and write the following:
int x=0,y=0;
boost::detail::allocator::construct(&x,y);
What is the observed behavior on compilation?
Joaquín M López Muñoz