Synopsis - Issue Tracker

Bug8 Editing

Title Nonsense typedef
Created on 2003-10-07.01:21:37 by dave, last changed 2004-12-28.14:47:41 by anonymous.
assigned to priority immediate
type severity normal
components HTML formatter platform Windows
status new resolution
depends on superseded by
Add Comment:
File
CC List:? dave

Messages
Author: dave Date: 2003-10-07.01:21:37
[incidentally, I wasted 5 mins entering this bug 
and the tracker told me "error: you don't have 
permission to edit one of the selected fields" 
but of course didn't tell me which and wiped out 
this comment field]

boost-python-return_internal_reference.html 
shows 

Public Typedefs Summary: 
mpl::algo_::if_c::type result_converter 

if_c is a template, so if_c::type is illegal

I never used namespace mpl::algo_ explicitly

Since the real typedef is dependent on a 
template parameter, you should just write:


  Public Typedefs Summary: 
  ... result_converter 

or


  Public Typedefs Summary: 
  <dependent> result_converter 

or something.  I'd give more details why, but am 
out of time.  Ask questions if you don't 
understand please.
Author: anonymous Date: 2004-12-28.14:47:41
Trying to edit
History
Date User Action Args
2003-10-07 01:21:38davecreate
2004-11-11 08:25:40anonymoussetpriority: normal
components: + HTML formatter
2004-12-28 14:47:42anonymoussetmessages: + msg342