Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Builds where the C++ runtime library does not have std::put_time() #2439

Merged
merged 3 commits into from Jan 26, 2023
Merged

Fixes Builds where the C++ runtime library does not have std::put_time() #2439

merged 3 commits into from Jan 26, 2023

Commits on Aug 22, 2022

  1. Fixes Builds where the CXX runtime library does not have sdt::put_tim…

    …e(). The original checks are not sufficient. For instance when building on Ubuntu14 with the Clang-3.4 compiler. This likely fixes other builds as well.
    jlsantiago0 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c13ae26 View commit details
    Browse the repository at this point in the history
  2. Fix opy paste mishap.

    jlsantiago0 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    33c92e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Fix typo.

    jlsantiago0 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8f1deba View commit details
    Browse the repository at this point in the history