forked from boostorg/algorithm
[SVN r80057]
This commit is contained in:
@ -130,7 +130,7 @@
|
|||||||
string str1("command.com");
|
string str1("command.com");
|
||||||
cout
|
cout
|
||||||
<< str1
|
<< str1
|
||||||
<< (is_executable("command.com")? "is": "is not")
|
<< (is_executable(str1)? "is": "is not")
|
||||||
<< "an executable"
|
<< "an executable"
|
||||||
<< endl; // prints "command.com is an executable"
|
<< endl; // prints "command.com is an executable"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user