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
Found std::void_t is used in code (expected.inl). Unfortunately, this is a C++ 17 feature.
std::void_t
expected.inl
I"ll add it to our type traits set!
The text was updated successfully, but these errors were encountered:
iox-eclipse-iceoryx#591 Added void_t to type_traits
f0f24b4
Signed-off-by: Hintz Martin (XC-AD/ESW1-J1) <[email protected]>
Merge pull request #592 from boschglobal/iox-#591-stdvoid-used-in-code
9daa95d
iox-#591 Added void_t to type_traits
b4f08a5
Merge pull request eclipse-iceoryx#592 from boschglobal/iox-#591-stdv…
2451c99
…oid-used-in-code iox-eclipse-iceoryx#591 Added void_t to type_traits
marthtz
Successfully merging a pull request may close this issue.
Found
std::void_t
is used in code (expected.inl
). Unfortunately, this is a C++ 17 feature.I"ll add it to our type traits set!
The text was updated successfully, but these errors were encountered: