Open 991901f3-cc14-4404-b340-165691b62a58 opened 9 years ago
Using Clang-Tidy version 17.0.3 with MSVC version 19.40.33811 I get the following error when compiling Boost:
error: pragma comment requires parenthesized identifier and optional string [clang-diagnostic-error]`
478 | # pragma comment(lib, BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME)
"-" BOOST_LIB_TOOLSET BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT
BOOST_LIB_ARCH_AND_MODEL_OPT "-" BOOST_LIB_VERSION BOOST_LIB_SUFFIX)
| ^
note: expanded from macro 'BOOST_LIB_TOOLSET'
44749 warnings and 1 error generated.
The project was building correctly until a recent upgrade of MSVC
Extended Description
consider:
we will reject claiming:
MSVC accepts.