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.
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 :
echo " cppx -cp --26 filename.cpp input.txt - Use C++26 standard".--26|--c++26) echo "26" ;;if [[ "$1" =~ ^--(11|14|17|20|23|26|c\+\+(11|14|17|20|23|26))$ ]]; then.