-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
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
Switch to C++17 on all platforms #2066
Closed
5 tasks done
Labels
enhancement
New feature
Comments
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 16, 2023
elBoberido
added a commit
that referenced
this issue
Nov 17, 2023
22 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
…GH' and 'IOX_NO_DISCARD'
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 17, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
…GH' and 'IOX_NO_DISCARD'
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 18, 2023
22 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
…GH' and 'IOX_NO_DISCARD'
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Nov 20, 2023
elBoberido
added a commit
that referenced
this issue
Nov 20, 2023
…tches-for-C++17 iox-#2066 Remove compiler switches for c++17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
C++23 was released earlier this year. We switched to C++14 around three years ago. Time to move to C++17.
Detailed information
C++17 has some nice features like:
auto [bar, baz] = foo();
if
andswitch
__has_include
Tasks
ICEORYX_CXX_STANDARD
to 17 on all supported platforms#if __cplusplus >= 201703L
switchesIOX_NO_DISCARD
iox::byte
withstd::byte
simplify the platform and remove duplicated headers by usingmove to Simplify platform abstraction #2107__has_include
The text was updated successfully, but these errors were encountered: