OSDN Git Service

2009-12-30 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Dec 2009 23:37:28 +0000 (23:37 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Dec 2009 23:37:28 +0000 (23:37 +0000)
* include/std/type_traits: Fix minor formatting nit.

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

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits

index 5b5e39d..a7fbfd8 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-30  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/std/type_traits: Fix minor formatting nit.
+
 2009-12-30  Daniel Frey  <d.frey@gmx.de>
            Paolo Carlini  <paolo.carlini@oracle.com>
 
index 09ad863..6806b13 100644 (file)
@@ -300,7 +300,7 @@ namespace std
     {
     private:
       template<typename _To1, typename _From1>
-        static decltype( static_cast<_To1>(declval<_From1>()), __one())
+        static decltype(static_cast<_To1>(declval<_From1>()), __one())
        __test(int);
 
       template<typename, typename>