We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hpx
std
The following list contains names that are currently in the hpx namespace, but are not present in the std namespace:
hpx::any_nonser
hpx::unique_any_nonser
hpx::make_any_nonser
hpx::make_unique_any_nonser
hpx::channel
hpx::function_ref
hpx::scoped_annotation
hpx::annotated_function
hpx::apply
hpx:post
hpx::sync
hpx::dataflow
hpx::make_future
hpx::make_shared_future
hpx::make_ready_future
hpx::make_ready_future_alloc
hpx::make_ready_future_at
hpx::make_ready_future_after
hpx::make_exceptional_future
hpx::when_all
hpx::when_any
hpx::when_some
hpx::when_each
hpx::wait_all
hpx::wait_any
hpx::wait_some
hpx::wait_each
init.hpp
hpx::no_mutex
hpx::spinlock
hpx::unlock_guard
hpx::unwrap
hpx::unwrap_n
hpx::unwrap_all
hpx::unwrapping
hpx::unwrapping_n
hpx::unwrapping_all
version.hpp
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.
The text was updated successfully, but these errors were encountered:
Went through and updated this list, looks there has been made a good progress here.
Sorry, something went wrong.
No branches or pull requests
The following list contains names that are currently in the
hpx
namespace, but are not present in thestd
namespace:hpx::any_nonser
hpx::unique_any_nonser
hpx::make_any_nonser
hpx::make_unique_any_nonser
hpx::channel
hpx::function_ref
(see: http://wg21.link/p0792) DOCUMENTEDhpx::scoped_annotation
hpx::annotated_function
hpx::apply
hpx:post
hpx::sync
hpx::dataflow
hpx::make_future
hpx::make_shared_future
hpx::make_ready_future
(see: http://wg21.link/p0159) DOCUMENTEDhpx::make_ready_future_alloc
hpx::make_ready_future_at
hpx::make_ready_future_after
hpx::make_exceptional_future
(see: http://wg21.link/p0159) DOCUMENTEDhpx::when_all
(see: http://wg21.link/p0159) DOCUMENTEDhpx::when_any
(see: http://wg21.link/p0159) DOCUMENTEDhpx::when_some
hpx::when_each
hpx::wait_all
hpx::wait_any
hpx::wait_some
hpx::wait_each
init.hpp
header filehpx::no_mutex
DOCUMENTEDhpx::spinlock
DOCUMENTEDhpx::unlock_guard
hpx::unwrap
hpx::unwrap_n
hpx::unwrap_all
hpx::unwrapping
hpx::unwrapping_n
hpx::unwrapping_all
version.hpp
header fileThis is not an implication that all the above names should change namespace. The list's purpose is to make the differences between
hpx
andstd
known.The text was updated successfully, but these errors were encountered: