/*============================================================================= Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout 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 SPROUT_VALARRAY_VALARRAY_FWD_HPP #define SPROUT_VALARRAY_VALARRAY_FWD_HPP #include #include namespace sprout { // // valarray // template class valarray; // // slice // class slice; // // slice_array // template class slice_array; // // gslice // template class gslice; // // gslice_array // template class gslice_array; // // mask_array // template class mask_array; // // indirect_array // template class indirect_array; } // namespace sprout #endif // #ifndef SPROUT_VALARRAY_VALARRAY_FWD_HPP