C++ PATCH for c++/45080 (lambda conversion in templates)

Jason Merrill jason@redhat.com
Wed May 25 14:47:00 GMT 2011


The lambda conversion operator isn't added to CLASSTYPE_DECL_LIST, so it 
got lost on instantiation.  But since we cut some corners building it up 
to reduce runtime overhead, it's easier to just add it again at 
instantiation time.

Tested x86_64-pc-linux-gnu, applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 45080.patch
Type: text/x-patch
Size: 1748 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110525/3a38c9b3/attachment.bin>


More information about the Gcc-patches mailing list