1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add type tuple algorithms and C++17 type traits

This commit is contained in:
bolero-MURAKAMI 2017-09-15 19:08:49 +09:00
parent c79553a652
commit 2614c4e3f9
19 changed files with 883 additions and 205 deletions

View file

@ -177,7 +177,7 @@ if [ ${use_version} -ne 0 ]; then
sprout_version_yyyymmdd=`sed -n "s/[ \t]*#[ \t]*define[ \t]\+SPROUT_VERSION_YYYYMMDD[ \t]\+//p" ${version_hpp_path}`
sprout_copyright=`sed -n "/\/\*=/,/=\*\//s/^[ \t]\+/ /p" ${version_hpp_path}`
echo "version:"
echo " Sprout version (YYYYMMDD) = ${sprout_version_yyyymmdd}"
echo " Sprout version(YYYYMMDD) = ${sprout_version_yyyymmdd}"
echo "copyright:"
echo "${sprout_copyright}"
exit 0