credit_card_example
..\boost/throw_exception.hpp(97): warning C4459: declaration of 'e' hides global declaration
issue153
..\libs\regex\test\issue153.cpp(16): warning C4100: 'argv': unreferenced formal parameter
..\libs\regex\test\issue153.cpp(16): warning C4100: 'argc': unreferenced formal parameter
issue232
..\libs\regex\test\issue232.cpp(42): warning C4125: decimal digit terminates octal escape sequence
partial_regex_grep
..\boost/throw_exception.hpp(97): warning C4459: declaration of 'e' hides global declaration
partial_regex_iterate
..\boost/throw_exception.hpp(97): warning C4459: declaration of 'e' hides global declaration
partial_regex_match
..\boost/throw_exception.hpp(97): warning C4459: declaration of 'e' hides global declaration
regex_iterator_example
..\boost/regex/v5/regex_iterator.hpp(98): warning C4459: declaration of 're' hides global declaration
regex_regress_noeh
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\ostream(283): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
regex_split_example_1
..\libs\regex\example\snippets\regex_split_example_1.cpp(26): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
regex_split_example_2
..\boost/throw_exception.hpp(97): warning C4459: declaration of 'e' hides global declaration
regex_timer
..\libs\regex\example\timer\regex_timer.cpp(16): warning C4005: 'BOOST_TIMER_ENABLE_DEPRECATED': macro redefinition
regex_token_iterator_eg_2
..\libs\regex\example\snippets\regex_token_iterator_eg_2.cpp(58): warning C4456: declaration of 'i' hides previous local declaration
..\libs\regex\example\snippets\regex_token_iterator_eg_2.cpp(78): warning C4456: declaration of 'i' hides previous local declaration
..\boost/throw_exception.hpp(97): warning C4459: declaration of 'e' hides global declaration
test_bug_11988
..\libs\regex\test\concepts\test_bug_11988.cpp(67): warning C4244: 'argument': conversion from 'char32_traits::char_type' to 'char', possible loss of data
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xstring(2541): warning C4244: 'argument': conversion from 'const char32_t' to 'const _Elem', possible loss of data
test_consolidated
..\libs\regex\src\wide_posix_api.cpp(173): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\libs\regex\src\wide_posix_api.cpp(193): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\libs\regex\src\wide_posix_api.cpp(203): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
test_grep
..\libs\regex\example\grep\grep.cpp(197): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data