Describe the enhancement requested
AC:
- Replace boost::xpressive with alternatives inside ODBC
Example of boost::xpressive usage to be replaced:
|
const boost::xpressive::sregex CONNECTION_STR_REGEX( |
|
boost::xpressive::sregex::compile("([^=;]+)=({.+}|[^;]+|[^;])")); |
Component(s)
FlightRPC, C++