Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. switch (a) {
  2. case 1:
  3. std::string alfa;
  4. break;
  5. case 2:
  6. break;
  7. default:
  8. break;
  9. }
  10.  
  11. 1.cpp:16:9: error: cannot jump from switch statement to this case label
  12. default:
  13. ^
Add Comment
Please, Sign In to add comment