lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [4780] Fix a presumptive gcc-4.x issue


From: Greg Chicares
Subject: [lmi-commits] [4780] Fix a presumptive gcc-4.x issue
Date: Thu, 25 Feb 2010 17:49:31 +0000

Revision: 4780
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4780
Author:   chicares
Date:     2010-02-25 17:49:31 +0000 (Thu, 25 Feb 2010)
Log Message:
-----------
Fix a presumptive gcc-4.x issue

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/mc_enum_test_aux.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-02-25 17:44:21 UTC (rev 4779)
+++ lmi/trunk/ChangeLog 2010-02-25 17:49:31 UTC (rev 4780)
@@ -24390,3 +24390,8 @@
 Fix a gcc-4.x issue (VS). See:
   http://lists.nongnu.org/archive/html/lmi/2010-02/msg00004.html
 
+20100225T1749Z <address@hidden> [762]
+
+  mc_enum_test_aux.cpp
+Fix a presumptive gcc-4.x issue.
+

Modified: lmi/trunk/mc_enum_test_aux.cpp
===================================================================
--- lmi/trunk/mc_enum_test_aux.cpp      2010-02-25 17:44:21 UTC (rev 4779)
+++ lmi/trunk/mc_enum_test_aux.cpp      2010-02-25 17:49:31 UTC (rev 4780)
@@ -27,6 +27,7 @@
 #endif // __BORLANDC__
 
 #include "mc_enum.hpp"
+#include "mc_enum.tpp"
 #include "mc_enum_test_aux_enums.hpp" // Plain enums.
 
 // Normally, one would prefer to instantiate all mc_enum templates
@@ -57,6 +58,5 @@
 // time: this is the motivation for keeping class template mc_enum
 // and its metadata physically separate.
 
-#include "mc_enum.tpp"
 #include "mc_enum_test_aux.hpp"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]