Use constexpr for the field information in the generated queries

Description

Using constexpr on the various constructors should allow the field meta information to be generated directly as constant data, avoiding an overhead on loading a dll.

Conclusion

None

is blocked by

Activity

Show:

Richard Chapman March 24, 2016 at 1:43 PM

I'm reopening this issue and regressing the change, since it's going to cause too many problems for users of older distros, compared to the expected benefit.

We will retarget for 7.0 - hopefully by then the older distros will be less of an issue.

Richard Chapman March 23, 2016 at 12:05 PM

This change means that our generated code now uses the C+11 standard - this may have some implications for users in that there is s (small) chance that existing embedded C+ may need to be modified. Also means that our minimum version requirements for the gcc dependency may need to increase - both should be mentioned in the RedBook I guess.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Major

Fix versions

Created March 8, 2016 at 7:31 PM
Updated September 20, 2017 at 2:38 PM
Resolved September 20, 2017 at 2:38 PM

Flag notifications