[prev in list] [next in list] [prev in thread] [next in thread] 

List:       libt2n-git
Subject:    C++ inter-process communication library branch, master, updated. v0.5-17-g2d5dd12
From:       libt2n-git () developer ! intra2net ! com
Date:       2010-07-16 12:58:00
Message-ID: 20100716125800.C1B74278127 () developer ! intra2net ! com
[Download RAW message or body]

The branch, master has been updated
       via  2d5dd12866c1c3cfa043401708b161757ef21c6a (commit)
      from  8fccaecc28ed1ad0747e516a6f0cb1d350406798 (commit)


- Log -----------------------------------------------------------------
commit 2d5dd12866c1c3cfa043401708b161757ef21c6a
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
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@developer.intra2net.com   

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic