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