[ox/mc] Add Walker

This commit is contained in:
2019-02-24 23:57:31 -06:00
parent 3facd25794
commit def449607c
14 changed files with 234 additions and 52 deletions

View File

@@ -65,9 +65,9 @@ class MetalClawWriter {
std::size_t size();
static constexpr OpType opType() {
return OpType::Write;
}
static constexpr OpType opType() {
return OpType::Write;
}
private:
template<typename I>