/** ** \file assert/binder.cc ** \brief Implementation of assert::Binder. */ #include namespace assert { Binder::Binder() = default; } // namespace assert