Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // that one is a standard layout, and trivial which makes it a c++11 POD
  2. struct Bar
  3. {
  4. public:
  5. int x;
  6. public:
  7. int y;
  8. };
  9.  
  10. // that one is a standard layout, and trivial which makes it a c++11 POD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement