Unverified Commit 223016a6 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #787

Fix stringification inspector concept modeling
parents bc271ffd 58f9d0b7
...@@ -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