Repository: thrift Updated Branches: refs/heads/master eeb51962f -> d80d0b214
THRIFT-3417: "namespace xsd" is not really working Client: XSD Patch: Jens Geyer Fix for error: '>>' should be '> >' within a nested template argument list Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/d80d0b21 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/d80d0b21 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/d80d0b21 Branch: refs/heads/master Commit: d80d0b214372d22bd92801039cc5a2a09a227d4e Parents: eeb5196 Author: Jens Geyer <[email protected]> Authored: Sat Nov 14 15:24:47 2015 +0100 Committer: Jens Geyer <[email protected]> Committed: Sat Nov 14 15:26:09 2015 +0100 ---------------------------------------------------------------------- compiler/cpp/src/parse/t_program.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/d80d0b21/compiler/cpp/src/parse/t_program.h ---------------------------------------------------------------------- diff --git a/compiler/cpp/src/parse/t_program.h b/compiler/cpp/src/parse/t_program.h index c973b13..812106c 100644 --- a/compiler/cpp/src/parse/t_program.h +++ b/compiler/cpp/src/parse/t_program.h @@ -381,7 +381,7 @@ private: std::map<std::string, std::string> namespaces_; // Annotations for dynamic namespaces - std::map<std::string, std::map<std::string, std::string>> namespace_annotations_; + std::map<std::string, std::map<std::string, std::string> > namespace_annotations_; // C++ extra includes std::vector<std::string> cpp_includes_;
