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

Does turbodbc still need boost as a dependency? #402

Open
bgemmill opened this issue Nov 30, 2023 · 1 comment
Open

Does turbodbc still need boost as a dependency? #402

bgemmill opened this issue Nov 30, 2023 · 1 comment

Comments

@bgemmill
Copy link

The C++ standard library has been absorbing concepts from boost, and it looks like it may be close to providing everything turbodbc needs, depending on which standard turbodbc wants to target.

From here, it looks like the required boost libraries are variant, optional, datetime, and locale.

C++17 has variant, optional, C++11 has chrono and C++20's chrono has a standardized date, and it looks like boost::locale may have been removed already.

Depending on the date formatting required, it may be too soon to consider requiring the standard library from 20, but this seemed interesting to bring up.

@alippai
Copy link
Contributor

alippai commented Feb 27, 2025

Does this look good? #466

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

No branches or pull requests

2 participants