Andre Poenitz wrote:
On Wed, Jul 09, 2008 at 08:49:04PM +0200, Abdelrazak Younes wrote:bool isFullBuffer; +private: + /// Protect construction + UndoElement(); };Wouldn't std::deque<UndoElement> require this being pulic?
That's I thought too... weird.
But I won't object if it "just works" on all supported platforms...
It seems to work fine with MSVC2008 at least. Abdel.