We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465db1b commit 78f19d2Copy full SHA for 78f19d2
src/test/main.cpp
@@ -30,8 +30,8 @@ int main(int argc, char ** const argv)
30
std::cout << "sizeof(any_ptr) = " << sizeof(xxx::any_ptr) << '\n';
31
std::cout << "*** any_shared_ptr ****" << '\n';
32
std::cout << "sizeof(std::shared_ptr<int>) = " << sizeof(std::shared_ptr<int>) << '\n';
33
- std::cout << "sizeof(v2::any_shared_ptr) = " << sizeof(xxx::v2::any_shared_ptr) << '\n';
34
std::cout << "sizeof(v1::any_shared_ptr) = " << sizeof(xxx::v1::any_shared_ptr) << '\n';
+ std::cout << "sizeof(v2::any_shared_ptr) = " << sizeof(xxx::v2::any_shared_ptr) << '\n';
35
std::cout << std::endl;
36
37
0 commit comments