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

Fix STL Algorithm Header Errors When Included with Platform.h #148

Merged
merged 3 commits into from
May 5, 2022

Commits on May 5, 2022

  1. Fix STL Algorithm Header Errors When Included with Platform.h

    "clamp" macro of Platform.h conflicts with "std::clamp" of the STL algorithm header. So `#include <algorithm>` forces Platform.h included after itself. This commit fixes the issue.
    edgarbarney committed May 5, 2022
    Configuration menu
    Copy the full SHA
    1b3308c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4721651 View commit details
    Browse the repository at this point in the history
  3. Fix Ambiguous Template

    edgarbarney committed May 5, 2022
    Configuration menu
    Copy the full SHA
    5a006e6 View commit details
    Browse the repository at this point in the history