| 99 | namespace po = boost::program_options; |
| 100 | |
| 101 | void print_version() |
| 102 | { |
| 103 | cout_ << "IfcOpenShell IfcConvert " << IFCOPENSHELL_VERSION; |
| 104 | #ifdef IFOPSH_WITH_OPENCASCADE |
| 105 | cout_ << " (OCC " << OCC_VERSION_STRING_EXT << ")"; |
| 106 | #endif |
| 107 | cout_ << "\n"; |
| 108 | } |
| 109 | |
| 110 | void print_usage(bool suggest_help = true) |
| 111 | { |