#!/bin/bash

CPPSTD=`cat c++std | sed -e '
    s/#define CPPSTD "//
    s/"//
'`


echo $CPPSTD
