* Extended script "boost_mpl_preprocess.py" to automatically call script
"fix_boost_mpl_preprocess.py" prior to pre-processing and thereby
automatically fix issue #11224.
* Extended script "fix_boost_mpl_preprocess.py" to just allow checking
if the selected Boost source-directory requires fixing because of
issue #11224.
* Adjusted the "README.txt" accordingly.
Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
* Corrected a small error in a regex of "boost_mpl_preprocess.py" which
did match too much and therefore resulted in wrong substitution in
some cases.
* Added some more directories with files that need fixing to script
"fix_boost_mpl_preprocess.py".
Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
Python-script "fix_boost_mpl_preprocess.py" fixes the header-problems
described in issue #11224.
Python-script "boost_mpl_preprocess.py" simplifies the pre-processing of
MPL-containers.
Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>