Files
cppcoro/test/counted.cpp
T
jeanlemotan bbeaa887cd First
2024-07-02 18:13:47 +02:00

12 lines
423 B
C++

///////////////////////////////////////////////////////////////////////////////
// Copyright (c) Lewis Baker
// Licenced under MIT license. See LICENSE.txt for details.
///////////////////////////////////////////////////////////////////////////////
#include "counted.hpp"
int counted::default_construction_count;
int counted::copy_construction_count;
int counted::move_construction_count;
int counted::destruction_count;