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
Build completes without errors.
Build breaks with thirdparty/filewatch/FileWatch.hpp:129:22: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor].
thirdparty/filewatch/FileWatch.hpp:129:22: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
Build with gcc (GCC) 14.2.1 20240910.
3.1.0 and later for sure.
Other. Please specify in Additional context section.
Default configuration, UDPv4 & SHM
No response
The text was updated successfully, but these errors were encountered:
fix eProsima#5340: -Werror=template-id-cdtor in C++20
309db65
error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
Successfully merging a pull request may close this issue.
Is there an already existing issue for this?
Expected behavior
Build completes without errors.
Current behavior
Build breaks with
thirdparty/filewatch/FileWatch.hpp:129:22: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
.Steps to reproduce
Build with gcc (GCC) 14.2.1 20240910.
Fast DDS version/commit
3.1.0 and later for sure.
Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: