FreeBSD Bugzilla – Attachment 221301 Details for
Bug 252443
c++filt demangles particular C++ symbol wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase-templated-method.cpp
testcase-templated-method.cpp (text/plain), 227 bytes, created by
Yuri Victorovich
on 2021-01-05 19:05:04 UTC
(
hide
)
Description:
testcase-templated-method.cpp
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2021-01-05 19:05:04 UTC
Size:
227 bytes
patch
obsolete
> > >class CO { >public: > CO() { } >}; > >template<typename C> >class G { >public: > G() { } > > template<typename CA> > void ccc(const G<CA> &other); >}; > >typedef G<bool> GB; >typedef G<CO> GE; > > >void c(const GB &g) { > GE e; > > e.ccc(g); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 252443
: 221301