Boost logo

Boost Users :

From: Seyyed Soroosh Hosseinalipour (soorosh_abi_at_[hidden])
Date: 2023-02-10 19:00:18


Thanks for reply, but many of the libraries exist in boost, after some years candidate for adding to C++ ISO, so I think if we migrate iostream to latest standard of C++, we can candidate this library for ISO, because this library is very helpful, and general as standard wants.

________________________________
From: Boost-users <boost-users-bounces_at_[hidden]> on behalf of Dominique Pellé via Boost-users <boost-users_at_[hidden]>
Sent: Thursday, February 9, 2023 6:49 PM
To: boost-users_at_[hidden] <boost-users_at_[hidden]>
Cc: Dominique Pellé <dominique.pelle_at_[hidden]>
Subject: Re: [Boost-users] [iostreams] When plan to move to C++20

Seyyed Soroosh Hosseinalipour via Boost-users
<boost-users_at_[hidden]> wrote:

> ITNOA
>
> I have question about the plan to migrate code base from C++03 to C++20 for iostreams library
>
> I think iostreams library have very more clean if using modern C++ features, such as Concept
>
> Did you have any plan about that?
>
> thanks

Lots of people use boost because they cannot use C++20 or even C++17.
For those users, boost provides C++11 or C++14 portable equivalent of
new std libs (boost::optional, boost::variant, boost::filesystem, etc.)

If boost required C++20, many users would not be able to use boost anymore.
Boost should be not require such a recent C++ standard. C++11 or C++14
are probably the best minimal standard for Boost IMO at the moment.

Furthermore, looking at https://en.cppreference.com/w/cpp/20 (core language
+ STL), recent versions of gcc or msvc are in good shape with C++20 but clang
is less complete.

Dominique
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
https://lists.boost.org/mailman/listinfo.cgi/boost-users



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net