[Scummvm-git-logs] scummvm master -> 03d41e59e7cd9ac0037a13759fed3489e0053505
criezy
criezy at scummvm.org
Sat Oct 3 19:59:23 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
03d41e59e7 CONFIGURE: Fix initializer_list on some platforms
Commit: 03d41e59e7cd9ac0037a13759fed3489e0053505
https://github.com/scummvm/scummvm/commit/03d41e59e7cd9ac0037a13759fed3489e0053505
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-10-03T20:59:12+01:00
Commit Message:
CONFIGURE: Fix initializer_list on some platforms
Changed paths:
configure
diff --git a/configure b/configure
index 71a8926e95..254a05f464 100755
--- a/configure
+++ b/configure
@@ -2309,6 +2309,7 @@ if test "$_use_cxx11" = "yes" ; then
echo_n "Checking if C++11 initializer list is available... "
cat > $TMPC << EOF
#include <initializer_list>
+#include <cstddef>
class FOO {
public:
FOO(std::initializer_list<int> list) : _size(list.size()) {}
More information about the Scummvm-git-logs
mailing list