Skip to content
Snippets Groups Projects

Added extended AllTrueBitSetVector class

Merged Praetorius, Simon requested to merge feature/alltruebitsetvector into master
All threads resolved!
@@ -5,6 +5,7 @@ namespace AMDiS
/// \brief Vector-like container of bools returning always true
class AllTrueBitSetVector
{
public:
struct const_iterator
{
constexpr const_iterator(bool sentinel = false) noexcept : sentinel_(sentinel) {}
Loading