Commit dd93348f by Benjamin Kosnik

*** empty log message ***

From-SVN: r22214
parent c29b0711
// 980903 bkoz
// make sure this option works
// Build don't link:
// Special g++ Options: -Wno-non-template-friend
template<class T> class task {
friend void next_time(); //shouldn't give a warning
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment