21 Sep
2016
21 Sep
'16
5:07 a.m.
On 21/09/2016 16:58, Ram wrote:
I simplified my problem to make sure it was not because of my class or something like that, this is the exact content(related to boost::multi_index) in the header file, [...] c:\sample\common\lib\boost\boost\detail\allocator_utilities.hpp(153) : error C2061: syntax error : identifier 'p'
Do you have something that #defines new to something else? (It's not uncommon for old-school memory leak detectors and the like.) Try removing that.