Skip to content

Commit

Permalink
added space to generated code to produce "< ::"
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff authored Oct 27, 2023
1 parent 481b1f8 commit a43a9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAO/TAO_IDL/be/be_visitor_map/map_ch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int be_visitor_map_ch::visit_map (be_map *node)

*os << be_nl_2;

*os << "typedef " << "std::map<";
*os << "typedef " << "std::map< ";

be_type* kt = node->key_type();
be_type* vt = node->value_type();
Expand Down

0 comments on commit a43a9df

Please sign in to comment.