Skip to content

generator does not always properly qualify Aws types #162

Closed
@mistrmistr

Description

@mistrmistr

Every client created by the generator includes an executor member variable that is defined as
std::shared_ptrUtils::Threading::Executor m_executor;
due to the way C++ namespace resolution works, it would be nice if the generator could fully quality this type to Aws::Utils::Threading::Executor (include the Aws::), in case we have a conflicting Utils namespace definition (since Utils is a pretty common name for a namespace).

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions