diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__random/fisher_f_distribution.h')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/__random/fisher_f_distribution.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/__random/fisher_f_distribution.h b/contrib/llvm-project/libcxx/include/__random/fisher_f_distribution.h index b5479acb47c6..b757607bc461 100644 --- a/contrib/llvm-project/libcxx/include/__random/fisher_f_distribution.h +++ b/contrib/llvm-project/libcxx/include/__random/fisher_f_distribution.h @@ -82,7 +82,8 @@ public:          _LIBCPP_INLINE_VISIBILITY          result_type operator()(_URNG& __g)          {return (*this)(__g, __p_);} -    template<class _URNG> result_type operator()(_URNG& __g, const param_type& __p); +    template<class _URNG> +    _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);      // property functions      _LIBCPP_INLINE_VISIBILITY  | 
