parent
1a0ce21547
commit
bb7db846cc
2 changed files with 2 additions and 0 deletions
|
|
@ -536,6 +536,7 @@ CPP_TEST_CASES += \
|
|||
varargs_overload \
|
||||
variable_replacement \
|
||||
virtual_destructor \
|
||||
virtual_derivation \
|
||||
virtual_poly \
|
||||
virtual_vs_nonvirtual_base \
|
||||
voidtest \
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
class IndexReader{
|
||||
public:
|
||||
virtual void norms() = 0;
|
||||
virtual ~IndexReader() {}
|
||||
};
|
||||
|
||||
class MultiReader : public IndexReader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue