123456789101112131415161718192021222324252627 |
- ///////////////////////////////////////////////////////////////////////////////
- // external.hpp
- //
- // Copyright 2005 Eric Niebler. 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)
- //namespace boost { namespace accumulators
- //{
- //
- /////////////////////////////////////////////////////////////////////////////////
- //// external
- ////
- //template<typename Type>
- //struct external
- //{
- //};
- //
- //}} // namespace boost::accumulators
|