mirror of https://github.com/KLayout/klayout.git
Windows build fix.
This commit is contained in:
parent
efbe847a27
commit
ad041a63bc
|
|
@ -38,7 +38,7 @@ namespace tl
|
|||
* the separator and an integer disambiguator.
|
||||
*/
|
||||
template <class Set>
|
||||
TL_PUBLIC std::string unique_name (const std::string &org_name, const Set &present_names, const std::string &sep = "$")
|
||||
TL_PUBLIC_TEMPLATE std::string unique_name (const std::string &org_name, const Set &present_names, const std::string &sep = "$")
|
||||
{
|
||||
if (present_names.find (org_name) == present_names.end ()) {
|
||||
return org_name;
|
||||
|
|
|
|||
Loading…
Reference in New Issue