Clang compile problem:

Description

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.

Conclusion

None

Activity

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

Details

Components

Assignee

Reporter

Priority

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

Flag notifications