commit | 5fdb5f8c4489bba3db8e5e878198917372b3239b | [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 | b097608341a9170c1e90ff836b9ec9db4e61433c [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)