mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-08 12:34:06 +02:00
StdStringSeq -> StringSeq
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
namespace sta {
|
||||
|
||||
using StdStringSeq = std::vector<std::string>;
|
||||
using StringSeq = std::vector<std::string>;
|
||||
using StdStringSet = std::set<std::string>;
|
||||
|
||||
inline bool
|
||||
@@ -206,7 +206,7 @@ void
|
||||
trimRight(std::string &str);
|
||||
|
||||
// Spit text into delimiter separated tokens and skip whitepace.
|
||||
StdStringSeq
|
||||
StringSeq
|
||||
parseTokens(const std::string &s,
|
||||
const char delimiter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user