Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
CriticalFix versions
Affects versions
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Affects versions
Created January 11, 2018 at 1:43 PM
Updated January 15, 2018 at 9:29 AM
Resolved January 15, 2018 at 9:29 AM
A problem because RtlSerialIfBlockTypeInfo has a destructor:
/home/gavin/git/hpcc/rtl/eclrtl/./../../rtl/eclrtl/rtlfield.hpp:644:22: error: constexpr constructor never produces a constant expression [-Winvalid-constexpr] constexpr inline RtlSimpleIfBlockTypeInfo(unsigned _fieldType, unsigned _length, const RtlFieldInfo * const * _fields, const RtlRecordTypeInfo * _rowType) ^ /home/gavin/git/hpcc/rtl/eclrtl/./../../rtl/eclrtl/rtlfield.hpp:645:7: note: non-literal type 'RtlSerialIfBlockTypeInfo' cannot be used in a constant expression : RtlSerialIfBlockTypeInfo(_fieldType, _length, _fields, _rowType) {} ^ 1 error generated.