OSDN Git Service

2009-10-30 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 21:31:23 +0000 (21:31 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 21:31:23 +0000 (21:31 +0000)
* include/bits/random.h: Fix typo in static_assert text.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153767 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/random.h

index 600a93e..ad203dd 100644 (file)
@@ -1,5 +1,9 @@
 2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>
 
+       * include/bits/random.h: Fix typo in static_assert text.
+
+2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>
+
        PR libstdc++/41759
        * include/bits/random.h: Tweak a bit the text of some static_asserts.
 
index 12f484b..ab661e9 100644 (file)
@@ -1094,7 +1094,7 @@ namespace std
   template<typename _RandomNumberEngine, size_t __k>
     class shuffle_order_engine
     {
-      static_assert(1u <= __k, "template argument substituing "
+      static_assert(1u <= __k, "template argument substituting "
                    "__k out of bound");
 
     public: