Skip to content
Snippets Groups Projects
  • Administrator's avatar
    7775ed1a
    Fix runtime error on macosx 10.13 · 7775ed1a
    Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov 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 a LOG statement. The runtime error can be overcome when doing a
    static cast of the variables.
    7775ed1a
    History
    Fix runtime error on macosx 10.13
    Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov 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 a LOG statement. The runtime error can be overcome when doing a
    static cast of the variables.
L1Parameters.h 4.76 KiB