You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2016/05/13 13:53:38 UTC

qpid-proton git commit: NO-JIRA: Update check_abi helper to recognise std::vector

Repository: qpid-proton
Updated Branches:
  refs/heads/master 39301afde -> 9665c7496


NO-JIRA: Update check_abi helper to recognise std::vector<char>


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9665c749
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9665c749
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9665c749

Branch: refs/heads/master
Commit: 9665c7496dd137e05fc48cc8396a790a57898454
Parents: 39301af
Author: Andrew Stitcher <as...@apache.org>
Authored: Fri May 13 14:53:07 2016 +0100
Committer: Andrew Stitcher <as...@apache.org>
Committed: Fri May 13 14:53:07 2016 +0100

----------------------------------------------------------------------
 tools/check_abi/expand_types.cpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9665c749/tools/check_abi/expand_types.cpp
----------------------------------------------------------------------
diff --git a/tools/check_abi/expand_types.cpp b/tools/check_abi/expand_types.cpp
index 94e78fb..220548b 100644
--- a/tools/check_abi/expand_types.cpp
+++ b/tools/check_abi/expand_types.cpp
@@ -23,6 +23,7 @@
 #include <cxxabi.h>
 #include <iostream>
 #include <string>
+#include <vector>
 #include <typeinfo>
 
 void print_type(const char* type, const char* mangled_type)
@@ -51,4 +52,5 @@ int main() {
   print_subst(int16_t);
   print_subst(int8_t);
   print_subst(std::string);
+  print_subst(std::vector<char>);
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org