(svn r16323) -Fix [FS#2900]: desyncs due to the fact that depot searching with a maximum search depth simply does not work with YAPF's caches.

This commit is contained in:
rubidium
2009-05-16 20:10:58 +00:00
parent 8324cfc875
commit 814f153b5a
2 changed files with 14 additions and 0 deletions

View File

@@ -54,6 +54,10 @@ protected:
};
protected:
/**
* @note maximum cost doesn't work with caching enabled
* @todo fix maximum cost failing with caching (e.g. FS#2900)
*/
int m_max_cost;
CBlobT<int> m_sig_look_ahead_costs;
bool m_disable_cache;