Boost logo

Boost Users :

Subject: Re: [Boost-users] Issues trying to use boost::unordered_map
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2016-10-10 23:52:20


On 11/10/2016 16:36, Ram wrote:
> Thanks a lot all! The problem was addressed. I recently found out that
> if I include the boost headers in the beginning(as the first headers),
> before any of the project headers(we have a header file in our project
> where we add files we want to add first) it worked. I am not sure why!

Most likely, one of the headers in between where you had it before and
where you have it now #defined or #included something it shouldn't. So
you might run into it again later if you don't track it down.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net