Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
This is known (VS2008 only I think). I need to put it into wiki.
Go to file list (most probably "c:\Program Files\Microsoft Visual Studio
9.0\VC\include\list")
and change the line 609 from
void resize(size_type _Newsize, _Ty _Val)
to
void resize(size_type _Newsize, const _Ty& _Val)
and save, build.
Original comment by Cry...@gmail.com
on 31 Jan 2012 at 1:38
Original comment by Cry...@gmail.com
on 31 Jan 2012 at 5:18
haha...it's ok,thanks.....but chang the std::list file i think is not very
good...
Original comment by xiaotiek...@163.com
on 1 Feb 2012 at 4:35
Original issue reported on code.google.com by
xiaotiek...@163.com
on 31 Jan 2012 at 1:07