255051da37
- This adds some forgotten patches from the last time around (context-execstack, mpl-print) - And adds another bunch of unused local typedef patches
15 lines
635 B
Diff
15 lines
635 B
Diff
diff -up boost_1_54_0/boost/unordered/detail/unique.hpp\~ boost_1_54_0/boost/unordered/detail/unique.hpp
|
|
--- boost_1_54_0/boost/unordered/detail/unique.hpp~ 2012-12-05 23:06:57.000000000 +0100
|
|
+++ boost_1_54_0/boost/unordered/detail/unique.hpp 2013-07-22 23:54:29.222516306 +0200
|
|
@@ -334,8 +334,6 @@ namespace boost { namespace unordered {
|
|
|
|
value_type& operator[](key_type const& k)
|
|
{
|
|
- typedef typename value_type::second_type mapped_type;
|
|
-
|
|
std::size_t key_hash = this->hash(k);
|
|
iterator pos = this->find_node(key_hash, k);
|
|
|
|
|
|
Diff finished. Mon Jul 22 23:55:15 2013
|