Enhancement
- Added ostream converter for Path object.
This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
#include <Path.h>
|
||||
#include <cmake.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::ostream& operator<< (std::ostream& out, const Path& path)
|
||||
{
|
||||
out << path._data;
|
||||
return out;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Path::Path ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user