mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 21:53:51 +00:00
Changed "and" to "&&" for non compliant compilers (MSVC).
This commit is contained in:
parent
97b1def525
commit
44b4801f6b
@ -842,7 +842,7 @@ class App {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (value.size() != 0) {
|
if (value.size() != 0) {
|
||||||
if (write_description and opt->description_.size() != 0) {
|
if (write_description && opt->description_.size() != 0) {
|
||||||
if (out.tellp() != 0) {
|
if (out.tellp() != 0) {
|
||||||
out << std::endl;
|
out << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user