mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix non-const constexpr function call
This commit is contained in:
parent
b9440c0e9c
commit
15fc54b379
8 changed files with 124 additions and 58 deletions
|
@ -207,7 +207,7 @@ namespace sprout {
|
|||
struct result_type
|
||||
: public sprout::detail::mem_fn_const_or_non<
|
||||
Res,
|
||||
(sizeof(two) == sizeof(check_const<T>(get_ref<T>(), sprout::identity<T*>::type())))
|
||||
(sizeof(two) == sizeof(check_const<T>(get_ref<T>(), typename sprout::identity<T*>::type())))
|
||||
>
|
||||
{};
|
||||
template<typename Signature>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue