Ignore:
Timestamp:
07/03/20 00:37:13 (4 years ago)
Author:
Maciej Komosinski
Message:

Increased SString and std::string compatibility: introduced length(), size(), and capacity(), and removed legacy methods that have std::string equivalents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/neuro/neurofactory.cpp

    r935 r973  
    103103                }
    104104        }
    105         if (removed.len())
     105        if (removed.length())
    106106                logPrintf("NeuroFactory", "removeUninmplemented", LOG_INFO,
    107107                        "Removed Neuro classes: %s", removed.c_str());
Note: See TracChangeset for help on using the changeset viewer.