Commit 6663fa62 authored by Samir Halilcevic's avatar Samir Halilcevic

Use operator! instead of not

parent a617597a
......@@ -8,7 +8,7 @@ using calculator
struct non_deserializable_t {
template <typename Inspector>
friend bool inspect(Inspector&, non_deserializable_t&) {
return not Inspector::is_loading;
return !Inspector::is_loading;
}
};
......
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