`
zhangyafei_kimi
  • 浏览: 265504 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论
文章列表
Source #include <boost/config.hpp> #include <boost/detail/workaround.hpp> // namespace kimi_boost { //这个模板类只有声明,没有定义 //注意:这里没有
Source #include <cstddef> #include <stdexcept> #include <boost/assert.hpp> // Handles broken standard libraries better than <iterator> #include <boost/detail/iterator.hpp> #include <boost/throw_exception.hpp> #include <algorithm>
Source #include <algorithm> #include <typeinfo> #include "boost/config.hpp" #include <boost/type_traits/remove_reference.hpp> #include <boost/type_traits/is_reference.hpp>
#ifndef __KIMI_BOOST_ARRAY2#define __KIMI_BOOST_ARRAY2 #pragma once#include <cstddef> //size_t#include <exception>//exception#include <iterator>//random_access_iterator_tag,reverse_iteratornamespace kimi_boost{ template <class T> class array2;//forward declaration //iterato ...
Global site tag (gtag.js) - Google Analytics