The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source code for applications developed in the novel xtUML-RT modeling language.
Eclipse Public License 1.0
3
stars
1
forks
source link
Includes of collection operation headers are not managed correctly #522
Currently the xumlrt_runtime/collections/list/basic_list.hh header is included into every .cc file, but no other collection operations are made available. If sequences are used in rALF, the this causes compilation errors in c++.
Currently the
xumlrt_runtime/collections/list/basic_list.hh
header is included into every.cc
file, but no other collection operations are made available. If sequences are used in rALF, the this causes compilation errors in c++.