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

rosidl_generator_cpp: Initial changes for cpp17 features, ie std::optional #738

Draft
wants to merge 1 commit into
base: rolling
Choose a base branch
from

Commits on Apr 7, 2023

  1. rosidl_generator_cpp: Initial changes for cpp17 features, ie std::opt…

    …ional
    
    Based off discussion https://discourse.ros.org/t/optional-fields-in-message/991/16
    As per [REP-2000](https://www.ros.org/reps/rep-2000.html), versions
    Galactic+ have minimum language requirements of C++17.
    This commit begins re-discussions on supporting std::optional through
    msg types of BoundedSequence, max size 1. `type[<=1]`.
    
    Signed-off-by: JWCS <sauve031@umn.edu>
    JWCS committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    edb0773 View commit details
    Browse the repository at this point in the history