mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-30 04:27:16 +02:00
@ -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