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

Moving more code from boost to std #105

Merged
merged 3 commits into from
Dec 20, 2023
Merged

Moving more code from boost to std #105

merged 3 commits into from
Dec 20, 2023

Conversation

thinlang
Copy link
Contributor

including: array, any, integer types, filesystem, some type_traits style functions, static_assert, function objects Also replaced platform dependent time code with std::chrono Also removed a custom optional type and replaced it with std::optional Also removed references to tr1
Also removed old metrowerks code guards

Bryn Aspestrand added 2 commits December 15, 2023 15:43
including: array, any, integer types, filesystem, some type_traits style functions, static_assert, function objects
Also replaced platform dependent time code with std::chrono
Also removed a custom optional type and replaced it with std::optional
Also removed references to tr1
Also removed old metrowerks code guards
adobe/arg_stream.hpp Outdated Show resolved Hide resolved
source/adam.cpp Outdated Show resolved Hide resolved
source/adam.cpp Outdated Show resolved Hide resolved
Copy link
Member

@sean-parent sean-parent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few minor changes to resolve. Thanks for all the cleanup!

@sean-parent sean-parent merged commit bb6bb09 into stlab:master Dec 20, 2023
5 checks passed
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.

2 participants