[GitHub] trafficserver pull request #1574: Explicit std:: name space, seems to make c...

2017-03-14 Thread zwoop
Github user zwoop closed the pull request at:

https://github.com/apache/trafficserver/pull/1574


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1574: Explicit std:: name space, seems to make c...

2017-03-13 Thread zwoop
GitHub user zwoop opened a pull request:

https://github.com/apache/trafficserver/pull/1574

Explicit std:: name space, seems to make compiler happy

This hopefully fixes the build errors on isnan() usage on the
Ubuntu 16 platform, and also makes it clear which isnan() we use
here.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zwoop/trafficserver ISNAN

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1574.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1574


commit 1076ec8532cee6cb8bf6dcbdd580f574c5b490ae
Author: Leif Hedstrom 
Date:   2017-03-13T23:06:31Z

Explicit std:: name space, seems to make compiler happy

This hopefully fixes the build errors on isnan() usage on the
Ubuntu 16 platform, and also makes it clear which isnan() we use
here.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---