Update comments

This commit is contained in:
Jeffrey Walton 2020-08-06 02:35:11 -04:00
parent 3b409845f1
commit 5b6db7c9b8
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -735,7 +735,7 @@ rm -f config_cxx.h.new
echo '// #define CRYPTOPP_CXX11_NULLPTR 1'
fi
# 0-argument static assert
# 2-argument static assert
CXX_RESULT=$(${CXX} ${CXXFLAGS} TestPrograms/test_cxx11_assert.cxx -o ${TOUT} 2>&1 | tr ' ' '\n' | wc -l)
if [[ "${CXX_RESULT}" -eq 0 ]]; then
echo '#define CRYPTOPP_CXX11_ASSERT 1'