From 3ed0808377123f502352ccc82f23a83d9b3ea79e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 17 Dec 2012 23:38:35 +0000 Subject: [PATCH] Hash: Stop using `-strict-ansi` for Intel. It doesn't seem to be compatible with C++11. [SVN r82060] --- hash/test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 hash/test/Jamfile.v2 diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 old mode 100644 new mode 100755 index 5325b19..2767bf3 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -9,7 +9,7 @@ project hash-tests : requirements all intel:on - intel:-strict-ansi + #intel:-strict-ansi gcc:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow" darwin:"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow" #msvc:on