snowhouse icon indicating copy to clipboard operation
snowhouse copied to clipboard

An assertion library for C++

Results 6 snowhouse issues
Sort by recently updated
recently updated
newest added

A simple implementation for feature request #52

I have used the API for a while and understood that there is a particular use case for which the API is not that pleasant. For example, let's have a...

The issue banditcpp/bandit#140 reports that the special character `\0` leads to the end of the returned (null-terminated) string in the failure formatter of the bandit project. This could be worked...

feature

Seems like some `SNOWHOUSE_TEMPVAR`s were overlooked, see [here](https://github.com/ogdf/ogdf/actions/runs/8329597060/job/22792417564?pr=238#step:9:5630) for an example where this turned into a problem.

Hi @sbeyer ! I'm now a long time user of bandit and I wondered if there was a way to configure the default formatter without passing it to the arg...

I tried to write a constraint for my custom type `MyType`: ```cpp class IsRange { Time _timeIn; Duration _duration; public: IsRange(Time timeIn, Duration duration) : _timeIn(timeIn), _duration(duration) { } inline...