blob: 04008bc2e5170be08383be47f15ff4cfd43669aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
** \file assert/binder.cc
** \brief Implementation of assert::Binder.
*/
#include <assert/binder.hh>
namespace assert {
Binder::Binder() = default;
} // namespace assert
|