From: khizmax Date: Sun, 30 Nov 2014 13:03:01 +0000 (+0300) Subject: Removed CDS_PURE_VIRTUAL_FUNCTION_CALLED macro X-Git-Tag: v2.0.0~27 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4cb463d800a10797409904d7ed0fa78995fc016f;p=libcds.git Removed CDS_PURE_VIRTUAL_FUNCTION_CALLED macro --- 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 {};