platform_system_core/libsync/tests
mtezych 380b2f4fea 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)
2017-01-30 23:39:03 +00:00
..
sync_test.cpp libsync: Replace inserting tuple into unordered_map in favour of pair. 2017-01-30 23:39:03 +00:00