libt2n-git Archives

Subject: C++ inter-process communication library branch, master, updated. v0.5-17-g2d5dd12

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 16 Jul 2010 14:58:00 +0200 (CEST)
The branch, master has been updated
       via  2d5dd12866c1c3cfa043401708b161757ef21c6a (commit)
      from  8fccaecc28ed1ad0747e516a6f0cb1d350406798 (commit)


- Log -----------------------------------------------------------------
commit 2d5dd12866c1c3cfa043401708b161757ef21c6a
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Jul 16 14:57:58 2010 +0200

    Silence gcc warning about initialization order

-----------------------------------------------------------------------

Summary of changes:
 src/container.hxx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/container.hxx b/src/container.hxx
index 7539e04..5aa6354 100644
--- a/src/container.hxx
+++ b/src/container.hxx
@@ -41,11 +41,11 @@ namespace libt2n
 class result_container
 {
     private:
-        enum result_type_t { regular, exception } result_type;
-
         result *res;
         t2n_exception *ex;
 
+        enum result_type_t { regular, exception } result_type;
+
         friend class boost::serialization::access;
         template<class Archive>
         void serialize(Archive & ar, const unsigned int version);


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, master, updated. v0.5-17-g2d5dd12, libt2n-git <=