fix build errors with newer libstdc++ 37/294937/1 accepted/tizen/unified/dev/20230726.120009
authorDongkyun Son <dongkyun.s@samsung.com>
Thu, 29 Jun 2023 04:27:30 +0000 (13:27 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 29 Jun 2023 04:30:11 +0000 (13:30 +0900)
commit0a10df0d74f40449c64c6ef163328582d9e37199
treee4226ffcb9aaa1984b84d4677f4713aa12545fa2
parent192a521e99e432b15d6aef10aa02b21143270b7c
fix build errors with newer libstdc++

1. error: 'runtime_error' is not a member of 'std'
2. error: 'to_string' is not a member of 'std'

Change-Id: Idd0b2d3caf89c976075a190d5a848f5481b46019
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
daemon/cpp/auxd/auxd_client_c.cpp
daemon/cpp/common.h
daemon/cpp/events/evloop.cpp
daemon/cpp/events/evloop_request.h
daemon/cpp/memd/memd_client_c.cpp
src/utils/ipc/ipc_msg_handler.cpp
src/utils/unix/unix_client.cpp
src/utils/unix/unix_server.cpp