Ticket #139 (closed defect: fixed)
COBIA code gen does not work on linux
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | major | Milestone: | Maintenance of Phase II |
Component: | Code generation | Version: | 1.2.0.10 |
Keywords: | Cc: |
Description
std::regex searches do not work as expected. Example:
$ COBIA_CodeGen -n -u -o TestUnit.h -c TestUnit Created: TestUnit.h $ COBIA_CodeGen -A -o TestUnit.h -c TestUnit -i ./CAPEOPEN_1_2.CIDL -I CAPEOPEN_1_2::ICapeIdentification in ICapeCodeGen::addInterfacesToClass of COBIA CPP Stub Code Generator: class "TestUnit" not found
verified with gcc and clang.
Change History
Note: See
TracTickets for help on using
tickets.
Problem is with multi-line constructs: ^ and $ are not matched. The multiline construct requires c++17