Astroua / CARTAvis

Deprecated Repository for CARTA project. Refer to:
https://github.com/cartavis/carta
GNU General Public License v2.0
2 stars 7 forks source link

WcsPlotter build breaks with XCode 7.3 #175

Open vsuorant opened 8 years ago

vsuorant commented 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.