STEllAR-GROUP / hpx

The C++ Standard Library for Parallelism and Concurrency
https://hpx.stellar-group.org
Boost Software License 1.0
2.5k stars 429 forks source link

`hpx` namespaces without corresponding `std` #6028

Open dimitraka opened 1 year ago

dimitraka commented 1 year ago

The following list contains names that are currently in the hpx namespace, but are not present in the std namespace:

This is not an implication that all the above names should change namespace. The list's purpose is to make the differences between hpx and std known.

dimitraka commented 6 months ago

Went through and updated this list, looks there has been made a good progress here.