Bug 421955 - C++ codegen: no #include generated for cstdint types
Summary: C++ codegen: no #include generated for cstdint types
Status: ASSIGNED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Designer (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ansgar Radermacher CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-18 06:23 EST by Andrew Eidsness CLA
Modified: 2017-08-02 05:52 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Eidsness CLA 2013-11-18 06:23:41 EST
C/C++ profile-supplied typedefs uint64_t, int8_t, int16_t, int64_t, int32_t,
uint16_t, uint32_t, uint8_t not always recognized. Sometimes marked in the C++
Editor as unresolved, sometimes not. No include files generated to compensate
for this.
Comment 1 Andrew Eidsness CLA 2013-11-18 06:25:55 EST
I'm working on a path for this now.