This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_unordered
Watch
1
Star
0
Fork
0
You've already forked boost_unordered
forked from
boostorg/unordered
Code
Pull Requests
Activity
Files
373791d0b22d388973104733ccd7005816b7bbc7
boost_unordered
/
include
/
boost
/
unordered
/
detail
History
Daniel James
373791d0b2
Detab.
...
[SVN r56571]
2009-10-04 10:37:56 +00:00
..
allocator_helpers.hpp
Since all the compilers support out of line template members use them
2009-09-20 21:55:15 +00:00
buckets.hpp
Detab.
2009-10-04 10:37:56 +00:00
equivalent.hpp
Clean up some unordered TODOs.
2009-10-04 10:37:36 +00:00
extract_key.hpp
Remove the optimization for std::pair with a key reference. It'll be too much hassle to get a very unusual use case to work on all compilers.
2009-09-28 23:06:03 +00:00
fwd.hpp
Remove the emplace_hint implementation for unique containers as it isn't really used and seems to be causing sun 5.7 problems.
2009-09-22 22:39:17 +00:00
move.hpp
Since all the compilers support out of line template members use them
2009-09-20 21:55:15 +00:00
node.hpp
Slightly more consistent variable names. In detail 'n' is now always a node pointer.
2009-09-21 21:17:19 +00:00
table.hpp
Detab.
2009-10-04 10:37:56 +00:00
unique.hpp
Make sure inserting from a range of types other than the value type is better tested.
2009-10-03 16:42:20 +00:00
util.hpp
Slightly more consistent variable names. In detail 'n' is now always a node pointer.
2009-09-21 21:17:19 +00:00