*: Fix incorrect standard references in comments.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 28 Aug 2014 15:46:02 +0000 (16:46 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 28 Aug 2014 15:46:02 +0000 (16:46 +0100)
* testsuite/ext/random/*: Fix incorrect standard references in
comments.

From-SVN: r214681

43 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc
libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc

index 6582e09648806d3e47684a854de954f1b568c29f..83a2f17487cf83e1e9e355b424906fa6e6c6e2fa 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/ext/random/*: Fix incorrect standard references in
+       comments.
+
 2014-08-27  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/62159
index c1b3f56a265c161e678ef2edb57494dc81e2612a..a6dbd3336d77c038e68f6f87fbe92d857676f627 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 0f541d01104f3a0b4e28c692f6f5d72e53f5cb95..8d98ab8f63691705d47e7d9cea2c66797a678c0d 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index daf4a75816dc06e2cca6f026084be3fcf7a6a4a7..7f20ef63e20d555945580dba8e8d77013c1c271f 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.hypergeometric]
+// Class template hypergeometric_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index c4d3c8cc81c77612b6ea4fe31b215113ab453dea..4f2023290554a7f83bc4c30934daf1de9ca10fd4 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.hypergeometric]
+// Class template hypergeometric_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index bd2d57902159a7c212416589f4716e59cb1eb03d..b9958c9741a834c0a5b02af23ae05c0e1c82245b 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>
index ceaaf38749f7a638d445ee6d01b3cce55bc26d77..f730ec19133e80119d735bee711b3f6a50122a92 100644 (file)
@@ -21,9 +21,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <functional>
index 1263fdeeaff9103b5471ed5a0ec4d78fb8741f21..1b5707e415ed33fd7595e8b310b89b30f6306c60 100644 (file)
@@ -21,8 +21,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 
index b0c53f883a6c3aa0599b3e33f45b60a64d096925..290423c9c8f75e3f39882a53bed4016ec914e58b 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 0f1ae6f208bbb7c8b30db2169fdab2b622115ea3..a72f9bce2331d7e1093a89786fbaaca7fe4994d0 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 576322c81e0ae6a78a73626d6086903b6cd29f7a..0c88a1c1a6bb56c96950aed7a1ed567cc53f0f8e 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template k_distribution [rand.dist.ext.k]
+// Class template k_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index d24a5e05261690d58e4e88e3cf30db96df3b837e..c625e5a6226e83e0bedad81b6f5ff1ca96d20808 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template k_distribution [rand.dist.ext.k]
+// Class template k_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index e4350a53603df5f1dd5a41fafb6f444a391cb6d8..04faec17d0fef5373ab7a6788aa555f50afe71b4 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>
index 5c5948be1feab4f6e1466cbf180b4ad55f60c3fe..3cca9abf0537537ec3514c8e6cd1b40694233701 100644 (file)
@@ -21,8 +21,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 
index 3b4c9439c786ed779efbadda49ef18a5947cd15d..4ca678aa5b312d376a5ad4c522d24ac5254619dd 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index fed74f87ebc145d093cb0ecdc4c1f00d67e78f8c..f77e1bc3440603c802a76960dbe9860ec59ef1ac 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 4f851925fc2c475cb5e4df5573da115ae2e2b506..8ad5a138016ef5a5de1bbcb82fb28b53ccfcb913 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template logistic_distribution [rand.dist.ext.logistic]
+// Class template logistic_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index 6d9ff426ca1603a96eb396108053f5950cd26c14..7654bc3cb563f811510698c62415f39d3b98bb9b 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template logistic_distribution [rand.dist.ext.logistic]
+// Class template logistic_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index df071ee7d9a6d4ff2a8d3da3bf7e48bbb1825105..84902dbefeae30f630647151e5fa50f1168da621 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>
index ff018cf067b74f4e043396c6f0b4ca53aa0c2731..631a0da8d61b77c0cafbf5fea30a81295b71240f 100644 (file)
@@ -21,8 +21,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 
index 1b6c3421ceca342b816673700ac1aba6f009aa05..185b14a9481a6320130d42d1120edf3ac3f031bd 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 25a7c9cab2b2b00697d723964b787f4113ab3e08..95c5b12a2b32aadbbbbbbe399421681099dbbae0 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 058373a670d2951a6ddd4d8b2dee45bb42df9ad6..f45b8a77e84782e127a89452bae3991a17556490 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template nakagami_distribution [rand.dist.ext.nakagami]
+// Class template nakagami_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index 2a7c308e070022ce3918cdad1f3878bbc20bae7d..4f0315e455c618daf309fc8cff06f9b443abb6aa 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template nakagami_distribution [rand.dist.ext.nakagami]
+// Class template nakagami_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index fb7cc28e01842f0b913f467fdaf7307c30a5565b..eedfd843cf8ccb49e3cdc216ca0ee627abae6a93 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>
index 971803939d6638a582e0f95dd27c461e22b92d30..e51d62234cc488ef96c054e4daab41df5bc5f07a 100644 (file)
@@ -21,8 +21,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 
index 0bc4e426d5e8d2a90424c03f85a5546b7efd1c19..6a5b68f27f7cd2580dc6c8dba646b1f886073b91 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index c8cccc4627372b72836371f96f30794eaab91eb0..93f48198edcdd8ca0200ac790f4ddc85bd7b1bac 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 380820e60d60eec61f1bce40a29a7df148966804..7daf67b4758eb492baea99b1f775a64a0e80031d 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template pareto_distribution [rand.dist.ext.pareto]
+// Class template pareto_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index db18b1a7d94cddbfe317d0ebf1025f63847bbee4..e3c73aecdb8ce5d79d56fb2d5914630bbf82680f 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template pareto_distribution [rand.dist.ext.pareto]
+// Class template pareto_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index c64f920b28a4722229233ef0030ed7b457ab5c4f..ed032a1b8223ffac835b4481a48750a64f8592c3 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>
index d21917dc55f8e3039f4dcbb0e283d85aef7108b1..08ff72e479bbecdc474a592c7d21b525d8c2dffd 100644 (file)
@@ -21,8 +21,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 
index 44907dfc26f832e90cc1a425e9557dac5bf5c3df..5b29710c9684c14db2fc1ece78b697a72e01de9b 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index cac284f9b2875bb47257cbdeb3977e693c40b3c1..7ba775f25d6a04a1faf46f1ba1d26a5a1d256f2e 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index 896dd0ffc9cac567232b84c1efb50d2f19158961..ab38de1717da7536adca643f8db5f86f974d53bb 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.rice]
+// Class template rice_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index 8c9bea343e2854d785615994033b0e41e8daa112..3b9b430b0e7ae9ead6f1e516481d2807e8336618 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 26.5.8.4.5 Class template rice_distribution [rand.dist.ext.rice]
+// Class template rice_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index 2f7dea37236507098463cd60e5f89e67006a7c23..3a3c7af090b6334e4fc42c44c0ef2c03666ae182 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>
index ab08583c134832312be6ddf73272836ad29508da..d2351f8cdcaf387f9ddd1d43c618898117b47794 100644 (file)
@@ -21,8 +21,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 
index fb48fe23ab5a8a9706faceccaec4be6f3a588688..9e3da869ddb01ebf8a2a77836873f1ea14cc8bfc 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <testsuite_hooks.h>
index f5b8d1702006c3c2ce5f95d8c3af1780bcebb869..83f7dd9bda7a6e7aba550d3ef2262d6558993f1a 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// Class template uniform_on_sphere_distribution [rand.dist.ext.uniform_on_sphere]
+// Class template uniform_on_sphere_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index c4024443ff0f6da08bc7bedd26d0043ceac46399..deccbb22116465e9a733b431e88bf711cdf5af26 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>
index 26756526f86bbb951e4462e6cd6b856de1811907..1d30580569b2d5eafc2e890c52d787dcc294093a 100644 (file)
@@ -20,7 +20,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// Class template uniform_on_sphere_distribution [rand.dist.ext.uniform_on_sphere]
+// Class template uniform_on_sphere_distribution
 
 #include <ext/random>
 #include <testsuite_hooks.h>
index e9a758c217e3d204dcb3c31b63a68ee6b1a2cf59..ee90a05ef9d220becf1a0a757f76b0362a3153c1 100644 (file)
@@ -20,8 +20,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 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 <ext/random>
 #include <sstream>