mirror of
https://github.com/boostorg/function.git
synced 2025-07-12 20:26:38 +02:00
Make MyLargeFunctor large.
[SVN r48633]
This commit is contained in:
@ -651,6 +651,8 @@ struct MyLargeFunctor {
|
||||
MyLargeFunctor(const MyLargeFunctor &) { ++construction_count; }
|
||||
~MyLargeFunctor() { ++destruction_count; }
|
||||
int operator()() { return 0; }
|
||||
|
||||
float data[128];
|
||||
};
|
||||
|
||||
void test_construct_destroy_count()
|
||||
|
Reference in New Issue
Block a user