aws / aws-iot-device-sdk-cpp

SDK for connecting to AWS IoT from a device using C++
http://aws-iot-device-sdk-cpp-docs.s3-website-us-east-1.amazonaws.com
Apache License 2.0
123 stars 111 forks source link

Clean up defaulted copy and move ctors, fixes #170 #178

Closed timbz closed 4 years ago

timbz commented 4 years ago

Issue #170: Build failed on trunk in MacOS

Description of changes: Explicitly deleted all implicitly deleted copy and move constructors and assignment operators

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.