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
Allow Monotonic to use custom types with to_string defined
ThrowExceptionPolicy tries to log the current and new values when the
Monotonic Invariant fails. Rather than specifying
std::to_string(value)
use
using std::to_string
... to_string(value) ...
to allow the use of custom defined `to_string` (e.g., through ADL)
Change-Id: Ibef1671f72adcec92fec2dcf28978583f2cadc14
Reviewed-on: http://review.couchbase.org/111811
Reviewed-by: Dave Rigby <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments