Skip to content

Conversation

@pentatonick
Copy link

Compilation was failing in the github workflow with the below error message. Github workflow is using ubuntu-latest docker image.

Error message this commit fixes:

error: no member named 'put_time' in namespace 'std'
   return std::put_time(std::localtime(&c_time), "%FT%T%z");

…er image

Compilation was failing with the below error message on ubuntu-latest docker image after doing the apt updates & upgrades:

error: no member named 'put_time' in namespace 'std'
   return std::put_time(std::localtime(&c_time), "%FT%T%z");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant