Skip to content

Commit

Permalink
Hide C4459 due to bugs im boost multi-array implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Dec 3, 2016
1 parent 93e3ac4 commit e19f55c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/terrain/translation.hpp
Expand Up @@ -23,7 +23,14 @@
#include <boost/bimap.hpp>
#include <boost/bimap/set_of.hpp>
#include <boost/bimap/multiset_of.hpp>
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable: 4459)
#endif
#include <boost/multi_array.hpp>
#if defined(_MSC_VER)
#pragma warning(pop)
#endif
#include "exceptions.hpp"
#include "map/location.hpp"

Expand Down

0 comments on commit e19f55c

Please sign in to comment.