"sui tam" <suitam2006@yahoo.com> wrote in message news:20051201193845.2075.qmail@web36304.mail.mud.yahoo.com...
I have a structure as:
 
   stateStack   a;
 
   typedef std::stack < state*, std_deque<state*>> stateStack
 
  How can I serialize this structure? I cannot find any std::stack in the serialization
  header file.
 
There isn't, You'll have to make yourself. When you do upload it to the vault
 
Robert Ramey