From: Jonathan Wakely Date: Thu, 28 Aug 2014 15:46:02 +0000 (+0100) Subject: *: Fix incorrect standard references in comments. X-Git-Tag: releases/gcc-5.1.0~4988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d594ac83d9f0528b3f3b6429f437a47a40530aa;p=thirdparty%2Fgcc.git *: Fix incorrect standard references in comments. * testsuite/ext/random/*: Fix incorrect standard references in comments. From-SVN: r214681 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6582e0964880..83a2f17487cf 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-08-28 Jonathan Wakely + + * testsuite/ext/random/*: Fix incorrect standard references in + comments. + 2014-08-27 Jonathan Wakely PR libstdc++/62159 diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc index c1b3f56a265c..a6dbd3336d77 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template hypergeometric_distribution [rand.dist.ext.hypergeometric] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template hypergeometric_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc index 0f541d01104f..8d98ab8f6369 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template hypergeometric_distribution [rand.dist.ext.hypergeometric] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template hypergeometric_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc index daf4a75816dc..7f20ef63e20d 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.hypergeometric] +// Class template hypergeometric_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc index c4d3c8cc81c7..4f2023290554 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.hypergeometric] +// Class template hypergeometric_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc index bd2d57902159..b9958c9741a8 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template hypergeometric_distribution [rand.dist.ext.hypergeometric] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template hypergeometric_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc index ceaaf38749f7..f730ec19133e 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc @@ -21,9 +21,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template hypergeometric_distribution -// [rand.dist.ext.hypergeometric] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template hypergeometric_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc index 1263fdeeaff9..1b5707e415ed 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc @@ -21,8 +21,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template hypergeometric_distribution [rand.dist.ext.hypergeometric] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template hypergeometric_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include diff --git a/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc index b0c53f883a6c..290423c9c8f7 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template k_distribution [rand.dist.ext.k] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template k_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc index 0f1ae6f208bb..a72f9bce2331 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template k_distribution [rand.dist.ext.k] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template k_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc index 576322c81e0a..0c88a1c1a6bb 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template k_distribution [rand.dist.ext.k] +// Class template k_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc index d24a5e052616..c625e5a6226e 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template k_distribution [rand.dist.ext.k] +// Class template k_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc index e4350a53603d..04faec17d0fe 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template k_distribution [rand.dist.ext.k] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template k_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc index 5c5948be1fea..3cca9abf0537 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc @@ -21,8 +21,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template k_distribution [rand.dist.ext.k] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template k_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include diff --git a/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc index 3b4c9439c786..4ca678aa5b31 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template logistic_distribution [rand.dist.ext.logistic] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template logistic_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc index fed74f87ebc1..f77e1bc34406 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template logistic_distribution [rand.dist.ext.logistic] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template logistic_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc index 4f851925fc2c..8ad5a138016e 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template logistic_distribution [rand.dist.ext.logistic] +// Class template logistic_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc index 6d9ff426ca16..7654bc3cb563 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template logistic_distribution [rand.dist.ext.logistic] +// Class template logistic_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc index df071ee7d9a6..84902dbefeae 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template logistic_distribution [rand.dist.ext.logistic] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template logistic_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc index ff018cf067b7..631a0da8d61b 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc @@ -21,8 +21,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template logistic_distribution [rand.dist.ext.logistic] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template logistic_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include diff --git a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc index 1b6c3421ceca..185b14a9481a 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template nakagami_distribution [rand.dist.ext.nakagami] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template nakagami_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc index 25a7c9cab2b2..95c5b12a2b32 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template nakagami_distribution [rand.dist.ext.nakagami] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template nakagami_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc index 058373a670d2..f45b8a77e847 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template nakagami_distribution [rand.dist.ext.nakagami] +// Class template nakagami_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc index 2a7c308e0700..4f0315e455c6 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template nakagami_distribution [rand.dist.ext.nakagami] +// Class template nakagami_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc index fb7cc28e0184..eedfd843cf8c 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template nakagami_distribution [rand.dist.ext.nakagami] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template nakagami_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc index 971803939d66..e51d62234cc4 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc @@ -21,8 +21,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template nakagami_distribution [rand.dist.ext.nakagami] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template nakagami_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include diff --git a/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc index 0bc4e426d5e8..6a5b68f27f7c 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template pareto_distribution [rand.dist.ext.pareto] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template pareto_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc index c8cccc462737..93f48198edcd 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template pareto_distribution [rand.dist.ext.pareto] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template pareto_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc index 380820e60d60..7daf67b4758e 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template pareto_distribution [rand.dist.ext.pareto] +// Class template pareto_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc index db18b1a7d94c..e3c73aecdb8c 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template pareto_distribution [rand.dist.ext.pareto] +// Class template pareto_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc index c64f920b28a4..ed032a1b8223 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template pareto_distribution [rand.dist.ext.pareto] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template pareto_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc index d21917dc55f8..08ff72e479bb 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc @@ -21,8 +21,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template pareto_distribution [rand.dist.ext.pareto] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template pareto_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include diff --git a/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc index 44907dfc26f8..5b29710c9684 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template rice_distribution [rand.dist.ext.rice] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template rice_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc index cac284f9b287..7ba775f25d6a 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template rice_distribution [rand.dist.ext.rice] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template rice_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc index 896dd0ffc9ca..ab38de1717da 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.rice] +// Class template rice_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc index 8c9bea343e28..3b9b430b0e7a 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.rice] +// Class template rice_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc index 2f7dea372365..3a3c7af090b6 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template rice_distribution [rand.dist.ext.rice] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template rice_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc index ab08583c1348..d2351f8cdcaf 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc @@ -21,8 +21,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template rice_distribution [rand.dist.ext.rice] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template rice_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include diff --git a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc index fb48fe23ab5a..9e3da869ddb0 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// 26.4.8.3.* Class template uniform_in_sphere [rand.dist.ext.uniform_on_sphere] -// 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] +// Class template uniform_on_sphere +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc index f5b8d1702006..83f7dd9bda7a 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// Class template uniform_on_sphere_distribution [rand.dist.ext.uniform_on_sphere] +// Class template uniform_on_sphere_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc index c4024443ff0f..deccbb221164 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// Class template uniform_on_sphere_distribution [rand.dist.ext.uniform_on_sphere] -// Concept RandomNumberDistribution [rand.concept.dist] +// Class template uniform_on_sphere_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include diff --git a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc index 26756526f86b..1d30580569b2 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc @@ -20,7 +20,7 @@ // with this library; see the file COPYING3. If not see // . -// Class template uniform_on_sphere_distribution [rand.dist.ext.uniform_on_sphere] +// Class template uniform_on_sphere_distribution #include #include diff --git a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc index e9a758c217e3..ee90a05ef9d2 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc @@ -20,8 +20,8 @@ // with this library; see the file COPYING3. If not see // . -// Class template uniform_on_sphere_distribution [rand.dist.ext.uniform_on_sphere] -// Concept RandomNumberDistribution [rand.concept.dist] +// Class template uniform_on_sphere_distribution +// 26.5.1.6 Random number distribution requirements [rand.req.dist] #include #include