Repository: mesos Updated Branches: refs/heads/master 46ce7f68b -> a6cae9f14
stout: Replaced instances of 'std::size_t' with 'size_t'. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0e6bb2cc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0e6bb2cc Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0e6bb2cc Branch: refs/heads/master Commit: 0e6bb2cca8b019070e8e8bdb12b239a288e7b406 Parents: 46ce7f6 Author: Michael Park <[email protected]> Authored: Thu Aug 27 22:02:29 2015 -0400 Committer: Michael Park <[email protected]> Committed: Thu Aug 27 22:02:29 2015 -0400 ---------------------------------------------------------------------- 3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp | 2 +- 3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/0e6bb2cc/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp index 1a8b38b..1ad119d 100644 --- a/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp +++ b/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp @@ -487,7 +487,7 @@ namespace std { template <> struct hash<net::IP> { - typedef std::size_t result_type; + typedef size_t result_type; typedef net::IP argument_type; http://git-wip-us.apache.org/repos/asf/mesos/blob/0e6bb2cc/3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp index b9138ff..e90dabb 100644 --- a/3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp +++ b/3rdparty/libprocess/3rdparty/stout/include/stout/uuid.hpp @@ -69,7 +69,7 @@ namespace std { template <> struct hash<UUID> { - typedef std::size_t result_type; + typedef size_t result_type; typedef UUID argument_type;
