You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: