Thread overview | |||||
---|---|---|---|---|---|
|
May 30, 2005 [bug] Partial specialization & member function pointers | ||||
---|---|---|---|---|
| ||||
I'm getting 'Internal error: template 1869' when I try to compile this: template <typename T> struct is_mem_fun_pointer { }; template <class R, class T > struct is_mem_fun_pointer<R (T::*)() > { }; typedef is_mem_fun_pointer<int> test; I think this might be a regression, as it's causing boost::is_pointer to fail, and IIRC it used to work. Daniel |
May 30, 2005 Re: [bug] Partial specialization & member function pointers | ||||
---|---|---|---|---|
| ||||
Posted in reply to Daniel James | Thanks, Daniel, I'll check it out. |
May 31, 2005 Re: [bug] Partial specialization & member function pointers | ||||
---|---|---|---|---|
| ||||
Posted in reply to Daniel James | The new beta fixes this and some other type_traits issues. http://ftp.digitalmars.com/Digital_Mars_C++/Patch/beta.zip http://www.digitalmars.com/download/freecompiler.html |
Copyright © 1999-2021 by the D Language Foundation