mirror of
https://github.com/boostorg/graph.git
synced 2026-01-27 06:52:11 +00:00
added std:: qualification to string
[SVN r15956]
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
char buf[256];
|
||||
sprintf(buf, "default%i\0", i);
|
||||
++i;
|
||||
return string(buf);
|
||||
return std::string(buf);
|
||||
#else
|
||||
std::stringstream out;
|
||||
out << "default" << i;
|
||||
|
||||
Reference in New Issue
Block a user