aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/lib/path.cc')
-rw-r--r--tensorflow/stream_executor/lib/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/lib/path.cc b/tensorflow/stream_executor/lib/path.cc
index 58a862206c..3d3da103e1 100644
--- a/tensorflow/stream_executor/lib/path.cc
+++ b/tensorflow/stream_executor/lib/path.cc
@@ -33,7 +33,7 @@ string JoinPathImpl(std::initializer_list<port::StringPiece> paths) {
if (path.empty()) continue;
if (result.empty()) {
- result = std::string(path);
+ result = string(path);
continue;
}