Skip to content

Commit

Permalink
Merge pull request #294 from jwillemsen/jwi-maptypedef
Browse files Browse the repository at this point in the history
Add typedef of a map typedef
  • Loading branch information
jwillemsen authored Jul 28, 2023
2 parents 5d07538 + 4281983 commit 560604f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/idl4/map/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ int main (int /*argc*/, char* /*argv*/[])
// Just compilation test

Test::StringLongMap mymap;
Test::StringLongMapTypeDef mymaptypedef;
//Test::StringLongMap5 mymap5;
return 0;
}
1 change: 1 addition & 0 deletions tests/idl4/map/test.idl
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
module Test
{
typedef map<string,long> StringLongMap;
typedef StringLongMap StringLongMapTypeDef;
//typedef map<string,long,5> StringLongMap5;
};

0 comments on commit 560604f

Please sign in to comment.