Skip to content

Commit 78f19d2

Browse files
author
SSS-XPS-9530
committed
Tidy up
1 parent 465db1b commit 78f19d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ int main(int argc, char ** const argv)
3030
std::cout << "sizeof(any_ptr) = " << sizeof(xxx::any_ptr) << '\n';
3131
std::cout << "*** any_shared_ptr ****" << '\n';
3232
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';
3433
std::cout << "sizeof(v1::any_shared_ptr) = " << sizeof(xxx::v1::any_shared_ptr) << '\n';
34+
std::cout << "sizeof(v2::any_shared_ptr) = " << sizeof(xxx::v2::any_shared_ptr) << '\n';
3535
std::cout << std::endl;
3636

3737

0 commit comments

Comments
 (0)