#pragma once #ifndef __PRETTY_FUNCTION__ #ifndef __FUNCTION__ #define __FUNCTION__ "" #endif #define __PRETTY_FUNCTION__ __FUNCTION__ #endif