From 4cb463d800a10797409904d7ed0fa78995fc016f Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 30 Nov 2014 16:03:01 +0300 Subject: [PATCH] Removed CDS_PURE_VIRTUAL_FUNCTION_CALLED macro --- cds/details/defs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cds/details/defs.h b/cds/details/defs.h index 9f66891a..5eae98a5 100644 --- a/cds/details/defs.h +++ b/cds/details/defs.h @@ -422,11 +422,6 @@ namespace cds { } }; -//@cond -# define CDS_PURE_VIRTUAL_FUNCTION_CALLED { assert(false); throw Exception("Pure virtual function called"); } -# define CDS_PURE_VIRTUAL_FUNCTION_CALLED_(method_name) { assert(false); throw Exception("Pure virtual function called " method_name ); } -//@endcond - /// any_type is used as a placeholder for auto-calculated type (usually in \p rebind templates) struct any_type {}; -- 2.34.1