#include "splitzer.h"
using namespace std;
// find all the lines that refer to each word in the input
map<string, vector<int> >
xref(istream& in,
vector<string> find_words(const string&) = split)
{
funtion body;
}
error: line 3, expected initializer before using
error: line 6, expected constructor, destructor, or type conversion before "<" token
either I don't know what the error is about, or theres nothing wrong in the code (when compared with other codes that works) yet, the code snippet are given by a book. help anyone?