We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9d575 commit 643c0e3Copy full SHA for 643c0e3
libcudacxx/include/cuda/std/__random/exponential_distribution.h
@@ -165,7 +165,6 @@ class exponential_distribution
165
{
166
using istream_type = ::std::basic_istream<_CharT, _Traits>;
167
using ios_base = typename istream_type::ios_base;
168
- using result_type = typename exponential_distribution::result_type;
169
using param_type = typename exponential_distribution::param_type;
170
const typename ios_base::fmtflags __flags = __is.flags();
171
__is.flags(ios_base::dec | ios_base::skipws);
0 commit comments