Ben Clayton c4358807e2 Fix new gcc 9 'deprecated-copy' warning.
Example warning:

cppdap/include/dap/future.h:172:14: error: implicitly-declared ‘dap::ResponseOrError<dap::StackTraceResponse>& dap::ResponseOrError<dap::StackTraceResponse>::operator=(const dap::ResponseOrError<dap::StackTraceResponse>&)’ is deprecated [-Werror=deprecated-copy]

Add missing constructors and assignment operators.
This probably adds more than is absolutely necessary, but there's no
harm in being thorough.
2020-02-06 13:37:41 +00:00
..
2019-11-08 21:58:50 +00:00
2019-11-08 21:58:50 +00:00
2020-01-24 15:21:26 +00:00
2019-11-08 21:58:50 +00:00
2019-11-08 21:58:50 +00:00
2019-11-08 21:58:50 +00:00
2019-11-08 21:58:50 +00:00