Repository: mesos Updated Branches: refs/heads/master 98720acc1 -> 4ff5dd9a2
Fixed 3rdparty stout namespace and todo style Review: https://reviews.apache.org/r/23598 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ee27f046 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ee27f046 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ee27f046 Branch: refs/heads/master Commit: ee27f0463e192de9ea3776fe156ea171a1eacc19 Parents: 98720ac Author: Timothy Chen <[email protected]> Authored: Thu Jul 31 11:44:46 2014 -0700 Committer: Adam B <[email protected]> Committed: Thu Jul 31 12:22:25 2014 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp | 2 +- 3rdparty/libprocess/3rdparty/stout/include/stout/tuple.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ee27f046/3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp index c7c1ed4..a1702cd 100644 --- a/3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp +++ b/3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp @@ -308,6 +308,6 @@ inline std::string upper(const std::string& s) return result; } -} // namespaces strings { +} // namespace strings { #endif // __STOUT_STRINGS_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/ee27f046/3rdparty/libprocess/3rdparty/stout/include/stout/tuple.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/tuple.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/tuple.hpp index ce77c90..baa5533 100644 --- a/3rdparty/libprocess/3rdparty/stout/include/stout/tuple.hpp +++ b/3rdparty/libprocess/3rdparty/stout/include/stout/tuple.hpp @@ -32,6 +32,6 @@ using std::tr1::make_tuple; using std::tr1::get; #endif // __cplusplus >= 201103L -} // namespace tuples +} // namespace tuples { #endif // __STOUT_TUPLE_HPP__
