projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79598e5
)
Removed CDS_PURE_VIRTUAL_FUNCTION_CALLED macro
author
khizmax
<libcds.dev@gmail.com>
Sun, 30 Nov 2014 13:03:01 +0000
(16:03 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sun, 30 Nov 2014 13:03:01 +0000
(16:03 +0300)
cds/details/defs.h
patch
|
blob
|
history
diff --git
a/cds/details/defs.h
b/cds/details/defs.h
index 9f66891aae50c447763d93368ead222d781b0010..5eae98a5e334210c249ecb590b100af2f0c33d2b 100644
(file)
--- 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 {};