Custom Query (146 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 146)

Ticket Owner Reporter Resolution Summary
#110 Thierry Delisle Thierry Delisle fixed Borken benchmarks don't fail the build
Description

Jenkins runs performance regression but they can fail silently.

#114 Thierry pabuhr fixed ARM architecture unavailable
Description

Fix build system to handle ARM architecture.

#115 a3moss fixed No zero_t constructor for int
Description

int doesn't satisfy assertions like void ?{} ( T&, zero_t ); and probably should.

The Parametric Polymorphism example on the website doesn't compile as written. The workaround for this in the rational.cfa test is to define the following three user-generated constructors, but this is a hack in place since mid-2017:

void ?{}( int & this ) { this = 0; }
void ?{}( int & this, zero_t ) { this = 0; }
void ?{}( int & this, one_t ) { this = 1; }
Note: See TracQuery for help on using queries.