Commit in projects/slic/trunk/include on MAIN
LogStream.hh+31-303014 -> 3015
Remove functions causing compilation problems with Clang compiler.

projects/slic/trunk/include
LogStream.hh 3014 -> 3015
--- projects/slic/trunk/include/LogStream.hh	2014-02-19 19:53:42 UTC (rev 3014)
+++ projects/slic/trunk/include/LogStream.hh	2014-02-20 23:10:02 UTC (rev 3015)
@@ -356,60 +356,61 @@
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setiosflags &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setiosflags &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle STL Resetiosflags manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Resetiosflags &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
 
+    //LogStream& operator <<(const std::_Resetiosflags &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
+
     /**
      * Handle STL Setbase manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setbase &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setbase &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle STL Setprecision manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setprecision &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setprecision &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle STL Setw manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setw &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setw &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle ios class modifiers.
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1