$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-28 08:46:53
Hi,
After some experiments, I found out that in my program if I wrote "boost::"
it autocompletes but "unordered_map" does not exist in the autocomplete
options. But I have included the header and I am able to navigate to the
file by right clicking on the include. I also see that things that
auto-complete are not causing compilation failures but ones that dont auto
complete do cause problems.
I am sorry if this does not have too much significance, but since this is
my first time coding in Windows/Visual Studio after coding in Linux, was
thinking this might be a clue to the issue.
Thanks,
Ram