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

Drop dependencies, replace boost with std, remove includes #1140

Merged
merged 2 commits into from May 16, 2023

Commits on Apr 24, 2023

  1. Drop dependencies, replace boost with std, remove includes

    Drop Boost.SmartPtr dependency
    Drop Boost.Utility (Call Traits) dependency
    Replace boost::array with std::array
    Replace boost::minmax_element with std::minmax_element
    Remove unneeded headers of Boost.Tuple and Boost.Algorithm
    Include specific headers from Boost.StringAlgo and Boost.Thread
    Use auto for iterator types
    awulkiew committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    092ab9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cca709 View commit details
    Browse the repository at this point in the history