// foo.h
class Foo {
public:
  Foo();
private;
  Bar mBar;
}
// foo.cpp
class Foo::Foo() try : mBar() {
  // constructor
} catch ( ... ) {
  // handle exception
}
          Last active
          May 25, 2016 02:00 
        
      - 
      
- 
        Save geniys/3259fbd6b08063c6b0b3ea3f11688ea3 to your computer and use it in GitHub Desktop. 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment