[glibmm] giomm: Variant< vector<std::string> > (array of bytestrings): Fixes.



commit 3a66ab3c75e5f0bcb7aa67d1a373e829131511f3
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Aug 22 10:39:08 2011 +0200

    giomm: Variant< vector<std::string> > (array of bytestrings): Fixes.
    
    * glib/src/variant.ccg: create(): Use VariantType::to_string.c_str() instead
    of reinterpret_cast. I have no idea why we ever used reinterpret_cast.
    * tests/glibmm_variant/main.cc: Add a simple test for this VariantType
    specialization, though it still fails.
      Bug #657030 (Aurimas Äernius)

 ChangeLog |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4c71ae5..7b59712 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-09-06  Murray Cumming  <murrayc murrayc com>
+
+	giomm: Variant< vector<std::string> > (array of bytestrings): Fixes.
+
+	* glib/src/variant.ccg: create(): Use VariantType::to_string.c_str() instead 
+	of reinterpret_cast. I have no idea why we ever used reinterpret_cast.
+	* tests/glibmm_variant/main.cc: Add a simple test for this VariantType 
+	specialization, though it still fails.
+  Bug #657030 (Aurimas Äernius)
+
 2011-09-02  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	gmmproc: Correct handling of constversion etc. in _WRAP_METHOD.



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