[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2013-02-18 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580648#comment-13580648 ] Alan M. Carroll commented on TS-1583: - I'll get to those this week. >

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2013-01-31 Thread JIRA
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13567487#comment-13567487 ] Igor Galić commented on TS-1583: This is still failing for clang++: {noformat} CXXsac.

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503394#comment-13503394 ] Igor Galić commented on TS-1583: >From #llvm: {quote} < d0k> jMCg: you're comparing a pointer

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-24 Thread JIRA
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503389#comment-13503389 ] Igor Galić commented on TS-1583: Fails on clang/Linux: {noformat} clang++ -DHAVE_CONFIG_H -I.

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-23 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503344#comment-13503344 ] James Peach commented on TS-1583: - 81f9f4187d284c7a55341106aa16bb7648d741e4 TS-1583: Fix clan

Re: [jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-21 Thread Igor Galić
trying to do that now. - Original Message - > > [ > > https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502458#comment-13502458 > ] > > Alan M. Carroll commented on TS-1583: > --

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-21 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502458#comment-13502458 ] Alan M. Carroll commented on TS-1583: - jpeach says this can be fixed by adding to line 58

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-21 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502444#comment-13502444 ] James Peach commented on TS-1583: - FWIW, I added a HAVE_CXX_11 autoconf define; you could key

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502418#comment-13502418 ] Igor Galić commented on TS-1583: With clang this still fails with: {noformat} clang++ -DHAVE_

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-21 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502268#comment-13502268 ] Alan M. Carroll commented on TS-1583: - I tested the proposed patch and it doesn't work on

[jira] [Commented] (TS-1583) Visibility of hash_map unclear to GCC 4.7 when -std=c++11

2012-11-21 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502216#comment-13502216 ] Alan M. Carroll commented on TS-1583: - I fixed this by adding "std::" to hash<>. Otherwis