Changes between Initial Version and Version 1 of Ticket #3858
- Timestamp:
- 2016-04-19T05:26:04Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3858 – Description
initial v1 5 5 to be able to already use gcc5 on systems that still were based on gcc4 and the old ABI. 6 6 7 Meanwhile gcc5 is becoming the standard compiler and recent b oost 1.58 librariesfinally require the new ABI. [changeset:f0613dd/OMCompiler] accounts for this.7 Meanwhile gcc5 is becoming the standard compiler and recent binary distributions of boost 1.58 finally require the new ABI. [changeset:f0613dd/OMCompiler] accounts for this. 8 8 9 9 The change works on systems with the old ABI and on systems with the new ABI, provided the default system compiler is used for the Cpp runtime.