mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-12 12:02:24 +00:00
trying to fix MSVC build
This commit is contained in:
@@ -61,7 +61,7 @@ static_assert(!ct::can_invoke_constexpr(add{}, 3, 7), "");
|
||||
struct S {
|
||||
S() = delete;
|
||||
S(int){};
|
||||
constexpr int operator()() { return 0; }
|
||||
constexpr int operator()() const { return 0; }
|
||||
};
|
||||
|
||||
S s{0};
|
||||
|
||||
Reference in New Issue
Block a user