Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:6
-
Epic Link:
-
Sprint:Alert Production S17 - 1
-
Team:Alert Production
Description
The design of astshim is that the objects are thin wrappers around a pointer to an AST object. The initial design had astshim holding these objects by shared_ptr and being freely copyable, but this led to a design that was not const safe, had a constant need to cast objects and was not very idiomatic C++.
Attachments
Issue Links
- is triggered by
-
RFC-211 Design for new WCS and XYTransform
- Implemented