mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-21 03:02:11 +00:00
fix
This commit is contained in:
@@ -180,6 +180,7 @@ public:
|
||||
using A = detail::unqual<decltype(a)>;
|
||||
return detail::static_if<detail::has_method_value<A>>(
|
||||
[idx](const auto& a) -> double {
|
||||
using A = detail::unqual<decltype(a)>;
|
||||
using U = detail::return_type<decltype(&A::value)>;
|
||||
return detail::static_if<std::is_convertible<U, double>>(
|
||||
[idx](const auto& a) -> double {
|
||||
|
||||
Reference in New Issue
Block a user