-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Acceptance Criteria
- Determine whether or not
poly_regular.hppbelongs 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?
adobe_source_libraries/adobe/poly_regular.hpp
Lines 63 to 67 in 5ced8bf
| /*! | |
| Move constructor | |
| */ | |
| poly_regular_instance(move_from<poly_regular_instance> x) | |
| : base_t(move_from<base_t>(x.source)) {} |