Closed rickyrobinson closed 10 years ago
It looks as though keywords are now defined in the tapkee namespace rather than tapkee::keywords. The documentation needs to be updated to reflect this, along with the examples. Including the line:
using namespace tapkee::keywords;
results in the "expected namespace name" error.
Thanks for reporting! I'll take care of this
It looks as though keywords are now defined in the tapkee namespace rather than tapkee::keywords. The documentation needs to be updated to reflect this, along with the examples. Including the line:
results in the "expected namespace name" error.