11 Oct
2016
11 Oct
'16
3:52 a.m.
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.