Changeset 20012 for trunk/FACT++


Ignore:
Timestamp:
12/21/20 16:06:24 (4 years ago)
Author:
tbretz
Message:
For gcc 4.8.5, I hope this workaround also works for gcc 4.7.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/tools.h

    r19211 r20012  
    6262namespace std
    6363{
    64     string to_string(const size_t &val);
    65     string to_string(const int &val);
    66     string to_string(const unsigned int &val);
     64    string to_string(const size_t val);
     65    string to_string(const int val);
     66    string to_string(const unsigned int val);
    6767}
    6868#endif
Note: See TracChangeset for help on using the changeset viewer.