3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

Fixed cstr_buf for std::string with small string optimization

This commit is contained in:
Clifford Wolf 2015-06-11 13:39:49 +02:00
parent 3a6abc9bf6
commit 4c733301e6
6 changed files with 16 additions and 5 deletions

View file

@ -41,7 +41,7 @@ struct ShowWorker
{
CellTypes ct;
std::vector<std::string> dot_escape_store;
vector<shared_str> dot_escape_store;
std::map<RTLIL::IdString, int> dot_id2num_store;
std::map<RTLIL::IdString, int> autonames;
int single_idx_count;