When I compile the boost spirit with VisualStudio I got the following warnings. Is this a known issue/bug?
 
/*
c:\src\indexserve2\private\shared\boost\spirit\tree\impl\tree_to_xml.ipp(66) : warning C4996: 'std::ctype<wchar_t>::wide
Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct.
To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
*/
 
 
#pragma warning(disable:4996)
/*
c:\src\indexserve2\private\shared\boost\spirit\tree\parse_tree.hpp(213) : warning see reference to class template instantiation 'boost::spirit::skip_parser_iteration_policy<ParserT>' being compiled
c:\src\indexserve2\private\shared\boost\spirit\core\scanner\skipper.hpp(147) : warning C4512: 'boost::spirit::skip_parse
r_iteration_policy<ParserT>' : assignment operator could not be generated
*/
#pragma warning(disable:4512)



Windows 7: It helps you do more. Explore Windows 7.