00001
00002 /*00003 The Extended Integer (XInt) Library00004 A fast, portable C++ library for multi-precision integer math00005 Copyright 2010 by Chad Nelson00006
00007 Distributed under the Boost Software License, Version 1.0.00008 See accompanying file LICENSE_1_0.txt or copy at00009 http://www.boost.org/LICENSE_1_0.txt00010
00011 See http://www.boost.org/libs/xint for library home page.00012 */00013
00018 #ifndef BOOST_INCLUDED_XINT_HPP00019 #define BOOST_INCLUDED_XINT_HPP00020
00021 // Everything is presently included by including integer.hpp. This file is00022 // provided for future expansion.00023 #include "integer.hpp"00024
00025 #endif // BOOST_INCLUDED_XINT_HPP