Skip to content

Commit

Permalink
Experiment for windows build failures; need to update codegen if succ…
Browse files Browse the repository at this point in the history
…essful
  • Loading branch information
Bret Ambrose committed Nov 18, 2024
1 parent 5789137 commit f2043c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion identity/include/aws/iotidentity/IotIdentityClientV2.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Aws
template <typename E> class ServiceErrorV2
{
public:
ServiceErrorV2() = delete;
ServiceErrorV2() = default;
ServiceErrorV2(const ServiceErrorV2<E> &rhs) = default;
ServiceErrorV2(ServiceErrorV2<E> &&rhs) = default;

Expand Down
2 changes: 1 addition & 1 deletion jobs/include/aws/iotjobs/IotJobsClientV2.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Aws
template <typename E> class ServiceErrorV2
{
public:
ServiceErrorV2() = delete;
ServiceErrorV2() = default;
ServiceErrorV2(const ServiceErrorV2<E> &rhs) = default;
ServiceErrorV2(ServiceErrorV2<E> &&rhs) = default;

Expand Down
2 changes: 1 addition & 1 deletion shadow/include/aws/iotshadow/IotShadowClientV2.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Aws
template <typename E> class ServiceErrorV2
{
public:
ServiceErrorV2() = delete;
ServiceErrorV2() = default;
ServiceErrorV2(const ServiceErrorV2<E> &rhs) = default;
ServiceErrorV2(ServiceErrorV2<E> &&rhs) = default;

Expand Down

0 comments on commit f2043c0

Please sign in to comment.