Skip to content
Snippets Groups Projects
Forked from Computing / cbmroot
Source project has a limited visibility.
  • Administrator's avatar
    9999e3e5
    Fix compiler error · 9999e3e5
    Administrator authored
    A static const class member in a cout statement results in an undefined symbol
    when linking an executable using the class.
    The solution is to do a static cast of the variable in the cout statement.
    9999e3e5
    History
    Fix compiler error
    Administrator authored
    A static const class member in a cout statement results in an undefined symbol
    when linking an executable using the class.
    The solution is to do a static cast of the variable in the cout statement.