lisitsyn / tapkee

A flexible and efficient С++ template library for dimension reduction
http://tapkee.lisitsyn.me
BSD 3-Clause "New" or "Revised" License
232 stars 57 forks source link

Documentation/examples are incorrect regarding keyword namespace #12

Closed rickyrobinson closed 10 years ago

rickyrobinson commented 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.

lisitsyn commented 10 years ago

Thanks for reporting! I'll take care of this