pdimov/cpp-papers

P1195R0 - virtual destructor

breese opened this issue · 1 comments

The change to [syserr.errcat.overview] state:

  virtual ~error_category() = default();

Is the parenthesis on default correct?

It is a typo, thanks for spotting it. See also #2.