Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ya.cpp: В функции-члене «bool Time::Parse(std::string*)»:
- ya.cpp:16:63: ошибка: нет соответствующей функции для вызова «regex_match(std::string*&, boost::smatch&, boost::regex&)»
- ya.cpp:16:63: замечание: candidates are:
- /usr/include/boost/regex/v4/regex_match.hpp:44:6: замечание: template<class BidiIterator, class Allocator, class charT, class traits> bool boost::regex_match(BidiIterator, BidiIterator, boost::match_results<BidiIterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type)
- /usr/include/boost/regex/v4/regex_match.hpp:53:6: замечание: template<class iterator, class charT, class traits> bool boost::regex_match(iterator, iterator, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type)
- /usr/include/boost/regex/v4/regex_match.hpp:68:13: замечание: template<class charT, class Allocator, class traits> bool boost::regex_match(const charT*, boost::match_results<const charT*, Allocator>&, const boost::basic_regex<charT, traits2>&, boost::regex_constants::match_flag_type)
- /usr/include/boost/regex/v4/regex_match.hpp:77:13: замечание: template<class ST, class SA, class Allocator, class charT, class traits> bool boost::regex_match(const std::basic_string<charT, ST, SA>&, boost::match_results<typename std::basic_string<charT, ST, SA>::const_iterator, Allocator>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type)
- /usr/include/boost/regex/v4/regex_match.hpp:85:13: замечание: template<class charT, class traits> bool boost::regex_match(const charT*, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type)
- /usr/include/boost/regex/v4/regex_match.hpp:94:13: замечание: template<class ST, class SA, class charT, class traits> bool boost::regex_match(const std::basic_string<charT, ST, SA>&, const boost::basic_regex<charT, traits>&, boost::regex_constants::match_flag_type)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement