Introduce bino (#7247)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 6 Sep 2019 08:29:06 +0000 (17:29 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 6 Sep 2019 08:29:06 +0000 (17:29 +0900)
commit198fa86d7ac4568bcd0534cc5aeb0bff9760d6a9
treec1f9f9d995f6c1f5d7651c5a57064e35f288059e
parent65f969d9c44c795462bf79272d43c8cec9a457ca
Introduce bino (#7247)

This commit introduces bino, a library that facilitates std::pair
manipulation.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/bino/CMakeLists.txt [new file with mode: 0644]
compiler/bino/README.md [new file with mode: 0644]
compiler/bino/include/bino.h [new file with mode: 0644]
compiler/bino/tests/Functional.tests.cpp [new file with mode: 0644]
compiler/bino/tests/OperatorOverloading.test.cpp [new file with mode: 0644]