[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/5458] address of overloaded template function as argument for template



------- Additional Comments From bangerth at dealii dot org  2004-08-18 12:58 -------
PR 17071 has this very nice and clean testcase.  
-------------- 
int foo (int); 
template <class T> T foo (T, T); 
 
template <class T, class U> int bar (T, U); 
 
int main () 
{ 
    bar (0, &foo); 
} 
--------------------- 
 
W.  

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5458

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: