commit | 380b2f4fea745f4db30e5cb2ac7f5a638b33c652 | [log] [tgz] |
---|---|---|
author | mtezych <mte.zych@gmail.com> | Sun Jan 29 19:45:57 2017 +0100 |
committer | Greg Hackmann <ghackmann@google.com> | Mon Jan 30 23:39:03 2017 +0000 |
tree | 34ed433f94141e53e955cac62302b17cec64d75c | |
parent | 9cd890e9b7a1ae1d354815f529a0b3df1dd07aea [diff] |
libsync: Replace inserting tuple into unordered_map in favour of pair. Inserting tuple into unordered_map relies on non standard libc++ extension: http://stackoverflow.com/a/21313229 This change removes this dependency. Test: sync-unit-tests (on hikey with SW_SYNC_USER built into kernel)