~eddie.ringle/crisscross/master

Viewing all changes in revision 527.

  • Committer: Steven Noonan
  • Date: 2022-02-08 19:49:17 UTC
  • Revision ID: git-v1:63f276a14bca023d6e72914a4bd4c025a9ad5f97
darray: silence MSVC warning 4805 (only affects debug builds)

I don't use std::vector<bool> in debug builds because it's way more
expensive there, so we end up treating "true" and "false" values as
"char".

Signed-off-by: Steven Noonan <steven@uplinklabs.net>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: