commit | 5dd33d880da052b195caef20cbbbd31a57341dca | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel.jakob@epfl.ch> | Mon May 30 11:28:21 2016 +0200 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Mon May 30 11:28:21 2016 +0200 |
tree | d56dba27117cff58cb368cb1ab33e88b179f7885 | |
parent | dca6b04c5f65ba9461d56356fb542d69f0dec600 [diff] [blame] |
fix issues with std::vector<bool> overload in STL (fixes #216)
diff --git a/example/example17.ref b/example/example17.ref index 55e47a6..cc271f3 100644 --- a/example/example17.ref +++ b/example/example17.ref
@@ -8,3 +8,4 @@ VectorInt[0, 99, 2, 3] VectorEl[El{1}, El{2}] VectorEl[El{1}, El{2}] +VectorBool[1, 0, 1, 0, 1, 0, 1, 0, 1, 0]