[mlpack-svn] [MLPACK] #183: Don't use `const char*` anywhere

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Fri Jan 13 14:46:55 EST 2012


#183: Don't use `const char*` anywhere
-------------------------+--------------------------------------------------
 Reporter:  rcurtin      |        Owner:                        
     Type:  enhancement  |       Status:  new                   
 Priority:  trivial      |    Milestone:  mlpack 1.0.1          
Component:  mlpack       |     Keywords:  std::string const char
 Blocking:               |   Blocked By:                        
-------------------------+--------------------------------------------------
 Use `std::string` (or a reference to a string) instead.  This is for
 consistency's sake.  I think the main culprit is CLI, which does this all
 over the place.

-- 
Ticket URL: <https://trac.research.cc.gatech.edu/fastlab/ticket/183>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list