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
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(94): warning C4459: declaration of 're' hides global declaration
regex_regress_noeh
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\ostream(298): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\teeks99-09\run\boost_root\libs\regex\test\regress\info.hpp(259): note: see the first reference to 'std::basic_ostream<char,std::char_traits<char>>::operator <<' in 'errors_as_warnings::~errors_as_warnings'
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\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\xutility(4689): warning C4244: '=': conversion from 'const char32_t' to 'char', 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