Add a version of BitVector that uses QBitArray.
authorErik Verbruggen <erik.verbruggen@digia.com>
Fri, 5 Jun 2015 10:54:36 +0000 (12:54 +0200)
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>
Mon, 8 Jun 2015 08:22:02 +0000 (08:22 +0000)
commitd6723686961bebe97eac002bdb3e276a75256121
tree261fb563aacf49224a7c786524efab69996931cd
parent515cef3937c4e3b6f3b7908ff79bfef3c935a360
Add a version of BitVector that uses QBitArray.

Some C++ STL libraries are unable to ship a bug-free std::vector<bool>,
and/or a bug-free specialization of std::find for std::vector<bool>. So,
for those platforms there now is a slow version of BitVector, which
relies on QBitArray, which we can fix if we find bugs.

Change-Id: I5ddfb18cabe82049a7ede6083fe6ba142bca068b
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/compiler/qv4ssa.cpp