mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
6 lines
129 B
C
6 lines
129 B
C
#include "etl/exception.h"
|
|
|
|
extern void AssertFunction(const etl::exception& /*e*/);
|
|
|
|
#define ETL_ASSERT_FUNCTION AssertFunction
|