Open vsuorant opened 8 years ago
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.
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.