eclipse-iceoryx / eclipse-iceoryx/iceoryx

Introduce C++20 target to avoid usage of deprecated constructs

Open
#1,086 0 comments 0 reactions 0 assignees View on GitHub
enhancement tooling
Dominant language
C++
Stars
2.2k
Forks
492
Avg merge
18h 57m
Merged PRs (30d)
1

Description

## Brief feature description

Some constructs like `std::result_of` where deprecated in C++17 and are no longer supported with C++20. A c++20 CI target would help avoiding such constructs right from the beginning so that iceoryx can be used also in C++20 projects.

At the moment GTest 1.10 is not working with C++20. Either we use a more modern version or skip unit tests on that target for the time being.
This should be alright since we are aiming to use iceoryx in C++20 projects as a library. So the test should not be required.

Contributor guide

Open the contributing guide

Research direction

Start by locating the CI configuration and existing compiler-standard targets, then check how GTest 1.10 is integrated. Add a C++20 target that detects unsupported deprecated constructs; the target should build iceoryx as a library, with unit tests either working with a newer GTest or explicitly skipped as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
build-system, ci-cd
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.