* Fix typos in docs
Use "Acknowledgments" everywhere for consistency.
* amend! Fix typos in docs
Fix typos in docs
Use "Acknowledgements" everywhere for consistency.
enable_if_type allow to perform SFINAE check on the existence
of a dependent type.
It has been used here and there in various boost library but it's
useful enough to warrant an autonomous existence.