Commit 376c5580 authored by Dominik Charousset's avatar Dominik Charousset

Fix access modifier for is_inspectable

parent 836f369b
......@@ -87,7 +87,7 @@ public:
// pointers are never inspectable
template <class Inspector, class T>
class is_inspectable<Inspector, T*> : std::false_type {};
struct is_inspectable<Inspector, T*> : std::false_type {};
template <bool X>
using bool_token = std::integral_constant<bool, X>;
......
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