Ignore:
Timestamp:
03/05/18 19:02:54 (7 years ago)
Author:
tbretz
Message:
The specialized template must be declared inline.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/fits.h

    r18953 r18955  
    10561056
    10571057template<>
    1058 std::string fits::Entry::Get<std::string>() const
     1058inline std::string fits::Entry::Get<std::string>() const
    10591059{
    10601060    return value;
Note: See TracChangeset for help on using the changeset viewer.