You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2014/05/29 22:45:03 UTC

[jira] [Resolved] (TS-2095) autoconf warnings related to unordered_map

     [ https://issues.apache.org/jira/browse/TS-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call resolved TS-2095.
----------------------------

    Resolution: Fixed

Had to add -std=c++11 to CPPFLAGS when c++11 support is detected.

> autoconf warnings related to unordered_map
> ------------------------------------------
>
>                 Key: TS-2095
>                 URL: https://issues.apache.org/jira/browse/TS-2095
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Leif Hedstrom
>            Assignee: Bryan Call
>             Fix For: 5.0.0
>
>
> {code}
> configure: WARNING: unordered_map: accepted by the compiler, rejected by the preprocessor!
> configure: WARNING: unordered_map: proceeding with the compiler's result
> checking for unordered_map... yes
> checking unordered_set usability... yes
> checking unordered_set presence... no
> configure: WARNING: unordered_set: accepted by the compiler, rejected by the preprocessor!
> configure: WARNING: unordered_set: proceeding with the compiler's result
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)