[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

Title:Digital Ladebug debugger
Moderator:TLE::LUCIA
Created:Fri Feb 28 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:969
Total number of notes:3959

685.0. "minor problem with syntax of ladebug output for template arg of template" by DECC::J_WARD () Tue Oct 22 1996 11:25

T.RTitleUserPersonal
Name
DateLines
685.1TLE::MURRAYWanfang MurrayTue Oct 22 1996 19:244
685.2TLE::MERRITTSteve Merritt, Ladebug TeamTue May 20 1997 15:5222
This is fixed in ladebug 4.0-38

Ladebug will now accept both formats as input, but always outputs
the "> >" format.


-Steve



(ladebug) whatis cd
struct C<D<int> >  {
  void foo(void);
} cd
(ladebug) whatis C<D<int> >
struct C<D<int> >  {
  void foo(void);
}
(ladebug) whatis C<D<int>>
struct C<D<int> >  {
  void foo(void);
}