topology-read: use default regex syntax for rocketfuel-topology-reader.cc
This commit is contained in:
@@ -88,13 +88,13 @@ RocketfuelTopologyReader::~RocketfuelTopologyReader()
|
||||
* Build a Regex object for RocketFuel topology maps file type
|
||||
* \return a static regex object for maps file type
|
||||
*/
|
||||
static const std::regex rocketfuel_maps_regex(ROCKETFUEL_MAPS_LINE, std::regex::extended);
|
||||
static const std::regex rocketfuel_maps_regex(ROCKETFUEL_MAPS_LINE);
|
||||
|
||||
/**
|
||||
* Build a Regex object for RocketFuel topology weights file type
|
||||
* \return a static regex object for weights file type
|
||||
*/
|
||||
static const std::regex rocketfuel_weights_regex(ROCKETFUEL_WEIGHTS_LINE, std::regex::extended);
|
||||
static const std::regex rocketfuel_weights_regex(ROCKETFUEL_WEIGHTS_LINE);
|
||||
|
||||
/**
|
||||
* \brief Print node info
|
||||
|
||||
Reference in New Issue
Block a user