From a3f6ac9fb29eed274b3fca43bde4a312be91e4c6 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 8 Jul 2015 05:27:03 -0600 Subject: [PATCH] Fix spelling of version macro. Version macro had a "N" instead of an "M". Thanks to Charly Chevalier for spotting that. --- include/boost/predef/compiler/comeau.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/predef/compiler/comeau.h b/include/boost/predef/compiler/comeau.h index 841598f..15a4564 100644 --- a/include/boost/predef/compiler/comeau.h +++ b/include/boost/predef/compiler/comeau.h @@ -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)