Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-03-26 20:00:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:41:30 +0300
commit06ac7e738773f2dec9a65ea62f6763677a9066a9 (patch)
tree90dbe000c981a48a19d292de0cba32bc3078e853 /std
parenta93073c2b406d714d243006234de56946adcaacc (diff)
std::array instead of boost::array.
Diffstat (limited to 'std')
-rw-r--r--std/array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/array.hpp b/std/array.hpp
index 133163ff0b..41f70448d3 100644
--- a/std/array.hpp
+++ b/std/array.hpp
@@ -5,9 +5,9 @@
#undef new
#endif
-#include <boost/array.hpp>
+#include <array>
-using boost::array;
+using std::array;
#ifdef DEBUG_NEW
#define new DEBUG_NEW