| 736 | Config::~Config() { delete reinterpret_cast<ConfigInternal*>(internal); } |
| 737 | |
| 738 | ConverterPtr Config::NewFromFile(const std::string& fileName) { |
| 739 | return NewFromFile(fileName, std::vector<std::string>{}, nullptr); |
| 740 | } |
| 741 | |
| 742 | ConverterPtr |
| 743 | Config::NewFromFile(const std::string& fileName, |