$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 08:41:33
Hi Gavin/Joaquin,
I tried adding just this to one file in our client project code,
#include "boost/tr1/unordered_map.hpp"
unordered_map<std::string, std::string> test;
and it compiles fine.
The same exact two line code does not work in our server project code.
So, I suspect this *has* something to do with the project settings.
Since I am new to Windows programming, can you please give me the list of
settings that I should compare between the two projects to make sure they
are the same? And once I make them same see this working on the server too
:)
Thanks,
Ram