js8call/.svn/pristine/4d/4d17775d5ba65e0296c8a24dc9ffe985c9cc6ac8.svn-base
2018-02-08 21:28:33 -05:00

16 lines
345 B
Plaintext

/*
Copyright Rene Rivera 2011-2012
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_DETAIL__EXCEPTION_H
#define BOOST_PREDEF_DETAIL__EXCEPTION_H
#if defined(__cplusplus)
#include <exception>
#endif
#endif