diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-01-22 18:27:26 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-01-22 18:27:26 +0000 |
commit | a584f0008a896e78bd418993443f4c08749003bc (patch) | |
tree | 57bb41bb6d285a906a398cf530a903c3148c5529 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp | |
parent | 3865fdc4cc69d630de7ea3de6b22bdf73677b31b (diff) | |
download | bcm5719-llvm-a584f0008a896e78bd418993443f4c08749003bc.tar.gz bcm5719-llvm-a584f0008a896e78bd418993443f4c08749003bc.zip |
unordered: Rename __construct_node_hash() to allow forwarding, NFC
Rename the version of __construct_node() that takes a hash as an
argument to __construct_node_hash(), and use perfect-forwarding when
Rvalue references are available. The primary motivation is to allow
other types through, since unordered_map's value_type is different from
__hash_table's value_type -- a follow-up will take advantage of this --
but the rename is general "goodness".
There should be no functionality change here (aside from enabling the
follow-up).
llvm-svn: 258511
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions