48.正确的include Posted on 2018-04-21 | In Effective STL STL头文件概要: 所有的容器都在同名的头文件中 几乎所有算法都在algorithm中 上一句之所以用”几乎”是因为accumulate、inner_product、adjacent_difference、partial_sum,它们4个在numeric中 特殊的迭代器在iterator中声明 标准仿函数(less<T>等)和仿函数适配器(not1、bind2nd等)在functional中声明