Open GoogleCodeExporter opened 9 years ago
// xd: fix a bug on original version, which cause debug assert in x64.
std::sort(
&(states_[0])+current_end,
&(states_[0]) + states_.size());
states_.resize(std::unique(
&(states_[0])+current_end,
&(states_[0])+states_.size()) - &(states_[0]));
Original comment by dxj19831...@gmail.com
on 21 Feb 2012 at 2:30
Original issue reported on code.google.com by
theli.ua
on 6 Sep 2010 at 8:32