* Add a std::ostream inserter for sys::Path
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 06:57:15 +0000 (06:57 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 06:57:15 +0000 (06:57 +0000)
commit732f92d56ebca7229bea69fdec6b5609f135ff76
tree8a3c6662ab0ab2911ce485df198e4c4658fb2e70
parent3265369ff528e09a71cc8f1ce20f28f65d8e2bcc
* Add a std::ostream inserter for sys::Path
* Correct the std::string constructor to take a const reference.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18877 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h
lib/System/Unix/Path.cpp
lib/System/Unix/Path.inc
lib/System/Win32/Path.cpp
lib/System/Win32/Path.inc