| 2207 | } |
| 2208 | |
| 2209 | std::string ValidationState_t::MissingFeature(const std::string& feature, |
| 2210 | const std::string& cmdline, |
| 2211 | bool hint) const { |
| 2212 | return "\nThis is " + (hint ? std::string("may be ") : "") + |
| 2213 | "allowed if you enable the " + feature + " (or use the " + cmdline + |
| 2214 | " command line flag)"; |
| 2215 | } |
| 2216 | |
| 2217 | #define VUID_WRAP(vuid) "[" #vuid "] " |
| 2218 |
no outgoing calls
no test coverage detected