Ignore:
Timestamp:
6 Oct 2015, 12:59:17 (9 years ago)
Author:
tech
Message:

Fixed linux compilation errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-dev0-Disney/source/Lib/TAppCommon/program_options_lite.h

    r1344 r1347  
    408408    template<>
    409409    inline void
    410     Option< std::vector<std::vector<double>> >::parse(const std::string& arg, const IntAry1d& idcs, ErrorReporter&)
     410    Option< std::vector< std::vector<double> > >::parse(const std::string& arg, const IntAry1d& idcs, ErrorReporter&)
    411411    {
    412412        // xParseVec ( arg, opt_storage[ idcs[0] ] );
Note: See TracChangeset for help on using the changeset viewer.