Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix linker failure #372

Merged

Commits on Apr 30, 2014

  1. fix linker failer

    if PMACC_VERBOSE=16777215 (HEX: 0xFFFFFF) than we get a linker error
    
    ```
    src/libPMacc/include/debug/VerboseLog.hpp:106:
      undefined reference to
            std::basic_string<char, std::char_traits<char>, std::allocator<char> >
            PMacc::getLogName<PMacc::LogLvl<17ul, PMacc::PMaccVerbose> >
            (PMacc::LogLvl<17ul, PMacc::PMaccVerbose> const&)
    ```
    psychocoderHPC committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    9bae64a View commit details
    Browse the repository at this point in the history