I am new to boost library and my requirement is that I want to take the configuration file as a input from the user for my application. However, the file from the user should be in ini
format, if it's not then I should prompt the user about that.
So, is there any way/function in boost which can tell us if the given file is in INI format?
Thanks!