You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CARTAvis/carta/cpp/plugins/WcsPlotter/AstWcsGridRenderService.cpp:203:9: error: initializer for variable 'elements' with type 'auto' contains multiple
expressions
Element::AxisLines1,
WcsPlotter build breaks with XCode 7.3:
CARTAvis/carta/cpp/plugins/WcsPlotter/AstWcsGridRenderService.cpp:203:9: error: initializer for variable 'elements' with type 'auto' contains multiple
expressions
Element::AxisLines1,
According to http://en.cppreference.com/w/cpp/language/template_argument_deduction#Other_contexts XCode 7.3 is doing the right thing by failing the build on this.
The text was updated successfully, but these errors were encountered: