Fix Broken Floating Point Expressions
commitb79f031d852433b939bf19fc88b208955e4d4c55
authorFred Hornsey <hornseyf@objectcomputing.com>
Thu, 4 Nov 2021 20:38:15 +0000 (4 15:38 -0500)
committerFred Hornsey <hornseyf@objectcomputing.com>
Thu, 4 Nov 2021 20:38:15 +0000 (4 15:38 -0500)
treea41778b81001a157634f61a8946c189e276e5b3c
parentc484dae5dd082ea185786e8692cdf9f97d02fc95
Fix Broken Floating Point Expressions

Fixes https://github.com/DOCGroup/ACE_TAO/issues/1713 and adds a test.

Also makes some other minor fixes and improvments to AST_Expression.
TAO/TAO_IDL/ast/ast_expression.cpp
TAO/tests/IDL_Test/IDL_Test.mpc
TAO/tests/IDL_Test/expressions.idl [new file with mode: 0644]
TAO/tests/IDL_Test/main.cpp