Skip to content
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

fix for non CWG 1270 revision compliant compilers (e.g. QNX qcc 5.4) #173

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

utkankilic
Copy link
Contributor

as described in cppreference (https://en.cppreference.com/w/cpp/container/array) prior to CWG 1270 revision std::array was required to be initialized using double braces, the QNX SDP 7.0's qcc 5.4 is one of these compilers and compilation errors arise without this patch.

Signed-off-by: Utkan Kılıç utkankilic@gmail.com

…X SDP 7.0)

Signed-off-by: Utkan Kılıç utkankilic@gmail.com

Signed-off-by: utkan.kilic <utkan.kilic@togg.com.tr>
@richiprosima
Copy link
Contributor

Build status:

  • Linux Build Status
  • Mac Build Status
  • Windows Build Status

@ma30002000
Copy link

This issue seems to be blocking integration into conan center...

@MiguelCompany MiguelCompany merged commit a9135ec into eProsima:master Oct 25, 2023
10 checks passed
@MiguelCompany
Copy link
Member

@utkankilic Thanks!

@ma30002000
Copy link

Thanks for merging! Any hopes for a release soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants