Commit 58f9d0b7 authored by Matthias Vallentin's avatar Matthias Vallentin

Completely fulfil the Inspector concept

When writing generic code and asking for Inspector::writes_state, we
used to get a compiler error prior to this change.
parent bc271ffd
...@@ -52,6 +52,7 @@ public: ...@@ -52,6 +52,7 @@ public:
using result_type = void; using result_type = void;
static constexpr bool reads_state = true; static constexpr bool reads_state = true;
static constexpr bool writes_state = false;
// -- constructors, destructors, and assignment operators -------------------- // -- constructors, destructors, and assignment operators --------------------
......
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