Fix spelling of version macro.

Version macro had a "N" instead of an "M". Thanks to Charly Chevalier for spotting that.
This commit is contained in:
Rene Rivera
2015-07-08 05:27:03 -06:00
parent 259101e0a1
commit a3f6ac9fb2

View File

@ -29,7 +29,7 @@ Version number available as major, minor, and patch.
*/
#if defined(__COMO__)
# if !defined(BOOST_COMP_COMO_DETECTION) && defined(__CONO_VERSION__)
# if !defined(BOOST_COMP_COMO_DETECTION) && defined(__COMO_VERSION__)
# define BOOST_COMP_COMO_DETECTION BOOST_PREDEF_MAKE_0X_VRP(__COMO_VERSION__)
# endif
# if !defined(BOOST_COMP_COMO_DETECTION)