Visual C++ 8.0 编译 boost.regex时候出错,提示regex_traits_defaults.cpp中字符编码有问题
看了其他人的解决方法:
(1) 把该文件另存为unicode格式文件,如utf-8;
(2) 删除全部注释/* ....*/
看了其他人的解决方法:
(1) 把该文件另存为unicode格式文件,如utf-8;
(2) 删除全部注释/* ....*/
| 
	 
Visual C++ 8.0 编译 boost.regex时候出错,提示regex_traits_defaults.cpp中字符编码有问题 
看了其他人的解决方法: (1) 把该文件另存为unicode格式文件,如utf-8; (2) 删除全部注释/* ....*/  
                
            
         |