You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String conversion and I/O via std::istream/ostream should be supported by default. Additional support of the fmt library would also be good.
The string representation should not contain dimensional information. That just clutters output. The formatting should be the same as that of the underlying number type. Vectors and points should simply be formatted as space-separated numbers:
String conversion and I/O via
std::istream/ostream
should be supported by default. Additional support of the fmt library would also be good.The string representation should not contain dimensional information. That just clutters output. The formatting should be the same as that of the underlying number type. Vectors and points should simply be formatted as space-separated numbers:
The text was updated successfully, but these errors were encountered: