Skip to content

Add C++26 to the version flag #6

Description

@lennin331

Make the program include the newly released Standard C++ version 26.
Till now the program is compatible till only 23, since the new release of 26, we would add that too.
Affected files : cppx (bash) here.
Expected line and changes :

  • after line 18 add : echo " cppx -cp --26 filename.cpp input.txt - Use C++26 standard".
  • after line 32 add : --26|--c++26) echo "26" ;;
  • change line 43 : if [[ "$1" =~ ^--(11|14|17|20|23|26|c\+\+(11|14|17|20|23|26))$ ]]; then.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions