Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 173 Bytes

Implementation Details.md

File metadata and controls

2 lines (2 loc) · 173 Bytes

We rely on ADL to find a to_string() function from the namespace associated with the type. We also try std::to_string() for primitive types which don't have a namespace.