Ticket #3071: regex-warnings.patch
File regex-warnings.patch, 372 bytes (added by , 13 years ago) |
---|
-
boost/regex/v4/basic_regex.hpp
69 69 { 70 70 public: 71 71 virtual int get_id(const charT* i, const charT* j) = 0; 72 virtual ~named_subexpressions_base() {} 72 73 }; 73 74 74 75 template <class charT>