> On Nov. 19, 2014, 12:48 p.m., Dominic Hamon wrote:
> > 3rdparty/libprocess/3rdparty/stout/include/stout/hashmap.hpp, line 45
> > <https://reviews.apache.org/r/28252/diff/1/?file=770186#file770186line45>
> >
> >     std::unordered_map should be available in g++-4.4. Would you like to 
> > use it?
> 
> Cody Maloney wrote:
>     I tried doing that once, it's a much more invasive change than you would 
> expect because the boost one adds std::hash functions for some types which 
> the standard one doesn't end up having access to.

ah yes, that's right. I remember sprinkling std::hash everywhere :)


- Dominic


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28252/#review62219
-----------------------------------------------------------


On Nov. 19, 2014, 12:29 p.m., Cody Maloney wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28252/
> -----------------------------------------------------------
> 
> (Updated Nov. 19, 2014, 12:29 p.m.)
> 
> 
> Review request for mesos.
> 
> 
> Bugs: MESOS-2132
>     https://issues.apache.org/jira/browse/MESOS-2132
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Simplified signature from the C++11 standard specification.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/3rdparty/stout/include/stout/hashmap.hpp 
> aa4d9ba68a27c1a7dea8cfe948a90487c4708add 
>   3rdparty/libprocess/3rdparty/stout/tests/hashmap_tests.cpp 
> eb3abfc9ba62f92d2ed5bc0e1c093791003a8319 
> 
> Diff: https://reviews.apache.org/r/28252/diff/
> 
> 
> Testing
> -------
> 
> make distcheck ubuntu 14.04
> 
> 
> Thanks,
> 
> Cody Maloney
> 
>

Reply via email to