topology-read: use default regex syntax for rocketfuel-topology-reader.cc

This commit is contained in:
Gabriel Ferreira
2023-01-29 22:18:32 -03:00
parent 3816294b09
commit 7b7393d124

View File

@@ -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