[问题] C++ Builder 2010 boost数据库使用

楼主: Arthurseed (Arthur)   2016-03-31 21:44:25
开发平台(Platform): Win10
额外使用到的函数库(Library Used): Boost regex
问题(Question):小弟目前使用C++ Builder 2010为开发程式
由于想使用正规表示法便上网查了一下
发现有boost lib中有regex可用,且2010就有boost 1.39
接着就想先依照范例程式试试看
简化程式如下(Code)所示
光是此行,我compiler就过不了......
不知道该如何解决QQ,恳请大大帮忙!!
错误结果(Wrong Output):
[BCC32 Error] sp_convertible.hpp(48): E2514 Cannot (yet) use member overload
resolution during template instantiation
[BCC32 Error] sp_convertible.hpp(66): E2029
'detail::sp_enable_if_convertible_impl<&value>' must be a previously defined
class or struct
[BCC32 Error] object_cache.hpp(76): E2285 Could not find a match for
'shared_ptr<const re_detail::w32_regex_traits_implementation<char>
>::shared_ptr(shared_ptr<const
re_detail::w32_regex_traits_implementation<char> >&)'

程式码(Code):
#include <vcl.h>
#pragma hdrstop
#include <tchar.h>
#include <boost/regex.hpp>
//

Links booklink

Contact Us: admin [ a t ] ucptt.com