$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Issues trying to use boost::unordered_map
From: Ram (sourceopen_at_[hidden])
Date: 2016-09-29 02:40:13
Hi Gavin,
[
If you rename the .i file as a .cpp you can then add it to your project and
right-click-Compile it individually. If it still shows the original line
numbers then generate the .i file again but turn on the "Preprocess
Suppress Line Numbers" setting as well.
]
I will definitely try this right away and let you know.
[
Since this is C++11 code, let's go back to basics for a moment. Exactly
*which* version of Visual Studio are you using?
]
I am NOT using C++11. I am using Visual Studio 2005,
[image: Inline image 1]
[
Also which Boost version you're using too.
]
I am using boost_1_61_0.
Thanks,
Ram