[oops] Enabling constructor of UserExn to get pairs of attr, val (#9196)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Tue, 26 Nov 2019 04:14:31 +0000 (13:14 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 26 Nov 2019 04:14:31 +0000 (13:14 +0900)
commit38714b4d13df5e8b9721bbeb471e94c9160a9a6a
treefd0469212e768aae88690e8bb98879d695d9e50f
parente2dc576c1028d549e5c05e6b5fd50ea99d6c73f5
[oops] Enabling constructor of UserExn to get pairs of attr, val (#9196)

* [oops] Enabling constructor of UserExn to get pairs of attr, val

This enables constructor of UserExn to get pairs of attr and val.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* remove universal reference

* split one fat test into two lean tests

* stringstream, which is temporarily used to build msg, as param

* leave build_info with const type only

* _out -> out
compiler/oops/CMakeLists.txt
compiler/oops/include/oops/UserExn.h
compiler/oops/test.cpp