Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-08-14 22:00:20 +0400
committerHoward Hinnant <hhinnant@apple.com>2013-08-14 22:00:20 +0400
commit5d1a701d6def1e4e6ae3d5bce67efd40b07fba16 (patch)
treef24f148cd0e121eac7f27d1423983ac369ea1bb3 /libcxx/include/random
parenta8c7c154bb820e21a141602297514b5849607148 (diff)
Xing Xue: port to IBM XLC++/AIX.
llvm-svn: 188396
Diffstat (limited to 'libcxx/include/random')
-rw-r--r--libcxx/include/random2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/random b/libcxx/include/random
index 7fc21678a3aa..c5f7584994f5 100644
--- a/libcxx/include/random
+++ b/libcxx/include/random
@@ -5901,8 +5901,8 @@ public:
discrete_distribution(size_t __nw, double __xmin, double __xmax,
_UnaryOperation __fw)
: __p_(__nw, __xmin, __xmax, __fw) {}
- explicit discrete_distribution(const param_type& __p)
_LIBCPP_INLINE_VISIBILITY
+ explicit discrete_distribution(const param_type& __p)
: __p_(__p) {}
_LIBCPP_INLINE_VISIBILITY
void reset() {}