Add 'stdex' project (#562)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Jul 2018 04:43:48 +0000 (13:43 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Jul 2018 04:43:48 +0000 (13:43 +0900)
commite4c7e04230baf56def5826fa5d8d88547d8c68af
tree9466235896f271112121a301104238c48bc887ac
parentdbb2113f6b4f587080c924d11d788c9c174ecb03
Add 'stdex' project (#562)

This commit introduces 'stdex' project which provides an extension over
standard C++ libraries.

The current version includes diff operator overloading over two sets.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Use set instead of Set.h
contrib/stdex/.FORMATCHECKED [new file with mode: 0644]
contrib/stdex/CMakeLists.txt [new file with mode: 0644]
contrib/stdex/include/stdex/set [new file with mode: 0644]
contrib/stdex/src/Set.test.cpp [new file with mode: 0644]