Commit 85144f9d authored by Dominik Charousset's avatar Dominik Charousset

Make drivers accessible to subtypes

parent 0d5a4a73
......@@ -71,7 +71,6 @@ protected:
driver_.finalize(reason);
}
private:
driver_type driver_;
};
......
......@@ -76,9 +76,10 @@ protected:
driver_.finalize(reason);
}
Driver driver_;
private:
bool at_end_;
Driver driver_;
};
template <class Driver, class... Ts>
......
......@@ -81,7 +81,6 @@ protected:
driver_.finalize(reason);
}
private:
driver_type driver_;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment