mirror of https://github.com/CGAL/cgal
inline dot_it()
This commit is contained in:
parent
6b151ef5dc
commit
22a4af1cd0
|
|
@ -84,7 +84,7 @@ namespace CGAL {
|
|||
}
|
||||
};
|
||||
|
||||
std::string dot_it(int i)
|
||||
inline std::string dot_it(int i)
|
||||
{
|
||||
std::stringstream ss;
|
||||
dotted::imbue(ss);
|
||||
|
|
|
|||
Loading…
Reference in New Issue