You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global.cpp: In function'cytolib::TM_ext cytolib::parse_time_with_fractional_seconds(std::string)':global.cpp:123:57: error: 'strptime' was not declared in this scope
The c++ version std::get_time is only for GCC 5 above. And unfortunately (and almost cerntainly) not present in the current bioc win/ming32 settings (gcc 4.9.3)
The text was updated successfully, but these errors were encountered:
The c++ version
std::get_time
is only forGCC 5
above. And unfortunately (and almost cerntainly) not present in the current bioc win/ming32 settings (gcc 4.9.3)The text was updated successfully, but these errors were encountered: