Version 0.5.6 Beta 1: Compatibility and partial-inclusion fixes #421
eyalroz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release has no new functionality over v0.5.6, only bug/compatibility fixes.
C++14-and-later compatibility fixes
std::optional
/std::experimental::optional
with the internalpoor_mans_optional
.std::experimental::optional
Other changes
::
prefix to occurrences ofstd::
(which snuck in again in recent versions; these potentially clashe with NVIDIA's standard library constructs)#include
directives which were masked when including all APIs, but not when including individual headers. Also, removed inappropriateinline
decorators from declaration-only lines.cuda/api/
vs incuda/api/multi_wrapper_impls
).bandwidthtest
now includes<iostream>
on its own.pci_id_impl.hpp
into thedetail/
subfolder (and renamed it)This discussion was created from the release Version 0.5.6 Beta 1: Compatibility and partial-inclusion fixes.
Beta Was this translation helpful? Give feedback.
All reactions