// Copyright (c) 2005-2007 Andre Merzky // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE file or copy at // http://www.boost.org/LICENSE_1_0.txt) #include #include /////////////////////////////////////////////////////////////////////////////// int main (int argc, char* argv[]) { try { } catch ( saga::exception const & e ) { std::cerr << e.what (); } return 0; }