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
✨ New Feature: Support for types with existing ostream &operator<<
Automatic support for types with existing stream operators (i.e., std::ostream &operator<<). (5559b46)
Custom .inspect() method takes precedence over operator<< when both are available.
🎯 Enhanced Type Support
Error-related types: Support for std::exception, std::exception_ptr, std::error_code, and std::error_condition with proper type names and messages. (b1c4a76)
std::chrono types: Full support for durations, time points, calendar types with proper formatting. (5ad4088)