]> git.pld-linux.org Git - packages/boost.git/blame - boost-1.54.0-unordered-unused_typedef.patch
- release 4 (by relup.sh)
[packages/boost.git] / boost-1.54.0-unordered-unused_typedef.patch
CommitLineData
647f39b2
AM
1diff -up boost_1_54_0/boost/unordered/detail/unique.hpp\~ boost_1_54_0/boost/unordered/detail/unique.hpp
2--- boost_1_54_0/boost/unordered/detail/unique.hpp~ 2012-12-05 23:06:57.000000000 +0100
3+++ boost_1_54_0/boost/unordered/detail/unique.hpp 2013-07-22 23:54:29.222516306 +0200
4@@ -334,8 +334,6 @@ namespace boost { namespace unordered {
5
6 value_type& operator[](key_type const& k)
7 {
8- typedef typename value_type::second_type mapped_type;
9-
10 std::size_t key_hash = this->hash(k);
11 iterator pos = this->find_node(key_hash, k);
12
13
14Diff finished. Mon Jul 22 23:55:15 2013
This page took 0.187817 seconds and 4 git commands to generate.