Tasks #602

Add Build Job on MacOS Slave

Added by S. Wrede almost 13 years ago. Updated over 12 years ago.

Status:ResolvedStart date:09/30/2011
Priority:HighDue date:
Assignee:M. Rolf% Done:

100%

Category:-
Target version:NemoMath 0.2

Description

In order to do that we need the updated compiler.

History

#1 Updated by M. Goetting over 12 years ago

  • Assignee changed from M. Goetting to M. Rolf

#2 Updated by M. Rolf over 12 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 30

#3 Updated by Anonymous over 12 years ago

  • Priority changed from Normal to High

#4 Updated by M. Rolf over 12 years ago

  • % Done changed from 30 to 70

Jenkins Job now running on LLVM/clang++.

First compilation issue fixed:
Mapping operators > and >> failed to compile because they appear inside a template expression like

template < decltype(Type1() OP Type2()) >

The compiler obviously thinks the OP := > closes the template ^^

Solution for clang: use additional round brackets:

template < decltype((Type1() OP Type2())) >

#5 Updated by M. Rolf over 12 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 70 to 100

Also available in: Atom PDF