Skip to content
Snippets Groups Projects
  • Administrator's avatar
    ee73359c
    Fix runtime error on macosx 10.13 · ee73359c
    Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
    With macosx 10.13 (Apple clang 10.0) there is a runtime problem when
    loading libL1. The problem is due to the usage of a static constexpr
    in the source file which can be overcome when doing a static cast
    of the variable.
    ee73359c
    History
    Fix runtime error on macosx 10.13
    Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
    With macosx 10.13 (Apple clang 10.0) there is a runtime problem when
    loading libL1. The problem is due to the usage of a static constexpr
    in the source file which can be overcome when doing a static cast
    of the variable.