Add copy constructor 71/141371/1 accepted/tizen/4.0/unified/20170816.012218 accepted/tizen/4.0/unified/20170816.015843 accepted/tizen/4.0/unified/20170829.020027 accepted/tizen/unified/20170801.054955 submit/tizen/20170731.100903 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100004 submit/tizen_4.0_unified/20170814.115522
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 31 Jul 2017 07:10:45 +0000 (16:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 31 Jul 2017 07:10:47 +0000 (16:10 +0900)
commit68a2eadbf2f6de385a987d3c7afcbbed4795e2c7
treedc74766cca02490d9a039d5de3fda65e1bc22efb
parentf21f176ee1a7e84d352afa06aa01df4e186f8e50
Add copy constructor

The 'TLongExpFloat' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.
The 'TState' class implements a copy constructor, but lacks the '=' operator. It is dangerous to use such a class.

Change-Id: I818c8b33eecdddc23654a857926817d937ec8064
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/portability.cpp
src/portability.h
src/slm/slm.h