C++17: Inline Variables--Marc Gregoire

A handy new feature:

C++17: Inline Variables

by Marc Gregoire

From the article:

Before C++17, if your class had any non-const static data members, you had to allocate memory for them.

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.