mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
misc minor fixes
[SVN r7938]
This commit is contained in:
@ -54,6 +54,11 @@ using boost::REG_ASSERT;
|
||||
using boost::REG_INVARG;
|
||||
using boost::REG_ATOI;
|
||||
using boost::REG_ITOA;
|
||||
|
||||
using boost::REG_NOTBOL;
|
||||
using boost::REG_NOTEOL;
|
||||
using boost::REG_STARTEND;
|
||||
|
||||
using boost::reg_comp_flags;
|
||||
using boost::reg_exec_flags;
|
||||
using boost::regcompA;
|
||||
@ -93,3 +98,4 @@ using boost::reg_errcode_t;
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // BOOST_RE_REGEX_H
|
||||
|
||||
|
Reference in New Issue
Block a user