source: git/libpolys/polys/PolyEnumerator.cc @ 9952bd

spielwiese
Last change on this file since 9952bd was 9952bd, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
Changed enumerators to handle empty sets just like C# does chg: enumerators handle empty sets just like C# does (together with Alexander Dreyer and Bjarke Roune) fix: fixed comments for the above change chg: adaptation of and minor changes to n[dl]Clear* implementations add: introduced IBaseEnumerator::IsValid() = 0 (right now - for debug purpose only)
  • Property mode set to 100644
File size: 141 bytes
Line 
1#include "PolyEnumerator.h"
2
3const spolyrec CBasePolyEnumerator::m_prevposition_struct = {}; // it is assumed to zero-out all of the struct!
Note: See TracBrowser for help on using the repository browser.