remove file for real
From-SVN: r85918
This commit is contained in:
parent
6420eeff02
commit
5be346e8e9
@ -1,19 +0,0 @@
|
||||
//Build don't link:
|
||||
#include <vector.h>
|
||||
#include <algo.h>
|
||||
|
||||
template <class T> class Expr
|
||||
{
|
||||
public :
|
||||
Expr(){};
|
||||
Expr(const T&){};
|
||||
};
|
||||
|
||||
template <class T >
|
||||
inline bool compare(const Expr<T> a, const Expr<T> b){ return true; };
|
||||
|
||||
int main()
|
||||
{
|
||||
vector<int> a(3);
|
||||
sort( a.begin(), a.end(), compare ); // ERROR - no matching function
|
||||
}
|
Loading…
Reference in New Issue
Block a user