Closed alecava58 closed 7 years ago
In the version 1.2 has been changed the return type of the function FirstPass on the ITwoPassProcessor. bool FirstPass(Relation relation);
it is ok to return always true if not used?
Oh no, very sorry about this, there shouldn't be any breaking changes! You should return false to get the previous behaviour.
ok. thanks.
In the version 1.2 has been changed the return type of the function FirstPass on the ITwoPassProcessor. bool FirstPass(Relation relation);
it is ok to return always true if not used?