commit local
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#include "pch_msc.hpp"
|
||||
//#define TESTMAIN
|
||||
#define TESTMAIN
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <chrono>
|
||||
|
||||
+1
-1
@@ -149,7 +149,7 @@ public:
|
||||
}
|
||||
ColView<_Ty> operator [](vector_type<uint32_t>& idxs) const {
|
||||
return ColView<_Ty>(*this, std::move(idxs));
|
||||
}
|
||||
}
|
||||
ColView<_Ty> operator [](const vector_type<uint32_t>& idxs) const {
|
||||
return ColView<_Ty>(*this, idxs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user