[coco] Use make_unique without namespace (#1441)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Sep 2018 04:40:32 +0000 (13:40 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Sep 2018 04:40:32 +0000 (13:40 +0900)
commitec5ddaa72cfb545ae6ce6472c4bb32903d658fed
treeda256b115fc1b88a55b82f7149ab7f0c5fc0ff58
parent619714969166c9ccedaa529c7ab330a87c6789c0
[coco] Use make_unique without namespace (#1441)

This commit introduces 'using' statement for 'make_unique' in
Module.cpp. This change will improve code readability, and make
it easy to adopt C++ 14 later.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/src/IR/Module.cpp