Content deleted Content added
added "in other languages" section |
|||
Line 5:
<source lang="cpp">
// The Curiously Recurring Template Pattern (CRTP)
template <typename
struct base
{
|
added "in other languages" section |
|||
Line 5:
<source lang="cpp">
// The Curiously Recurring Template Pattern (CRTP)
template <typename
struct base
{
|