Skip to content

Fix or remove broken poly_regular.hpp and related headers #88

Open
@Levi-Armstrong

Description

@Levi-Armstrong

Acceptance Criteria

  • Determine whether or not poly_regular.hpp belongs in this library.
  • If it does belong, a) add a test case that ensures that this functionality is being included and tested, and b) fix any related issues.

Original Issue: Missing adobe::move_from

The master branch used move_from but I am unable to find it in the source code. Is this an error or been replace?

/*!
Move constructor
*/
poly_regular_instance(move_from<poly_regular_instance> x)
: base_t(move_from<base_t>(x.source)) {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions