*** empty log message ***

From-SVN: r22214
This commit is contained in:
Benjamin Kosnik 1998-09-03 15:23:37 +00:00
parent c29b071146
commit dd93348fe8

View File

@ -0,0 +1,9 @@
// 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
};