• Jan Lindström's avatar
    Fix assertion failure seen on Buildbot win32-debug · 2bdbfd33
    Jan Lindström authored
    There is a bug in Visual Studio 2010
    Visual Studio has a feature "Checked Iterators". In a debug build, every
    iterator operation is checked at runtime for errors, e g, out of range.
    Disable this "Checked Iterators" for Windows and Debug if defined.
    2bdbfd33
sync0sync.cc 43.7 KB