mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
Update comments
This commit is contained in:
parent
3b409845f1
commit
5b6db7c9b8
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user