Forum Discussion
Altera_Forum
Honored Contributor
10 years agoOh.. just ask yourself "Will derefence of formal parameter occur when assert macro called?".
and btw, why you are using protected constructors? It seems you need the subclass for base class. if no subs should we use private,protected modifiers? The question "Do you understand C++ clearly?"