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)) {} |
Acceptance Criteria
poly_regular.hppbelongs in this library.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?
adobe_source_libraries/adobe/poly_regular.hpp
Lines 63 to 67 in 5ced8bf