Ticket #7056: visuals.hpp.patch

File visuals.hpp.patch, 743 bytes (added by Jonathan Jones <jonathan.jones@…>, 10 years ago)
  • boost/boost/config/compiler/visualc.hpp

     
    219219#  define BOOST_ABI_SUFFIX "boost/config/abi/msvc_suffix.hpp"
    220220#endif
    221221
     222#ifndef BOOST_COMPILER
    222223// TODO:
    223224// these things are mostly bogus. 1200 means version 12.0 of the compiler. The
    224225// artificial versions assigned to them only refer to the versions of some IDE
     
    268269#   endif
    269270# endif
    270271
    271 #define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
     272# define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
     273#endif // #ifndef BOOST_COMPILER
    272274
    273275//
    274276// versions check: