Merge pull request #5189 from Zverik/fixboost

[boost] Use system boost in stl_iterator
This commit is contained in:
Sergey Yershov 2017-01-16 13:53:45 +03:00 committed by GitHub
commit ebc1965a65

View file

@ -5,7 +5,7 @@
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
#endif
#include "3party/boost/boost/iterator/iterator_facade.hpp"
#include <boost/iterator/iterator_facade.hpp>
#if defined(__clang__)
#pragma clang diagnostic pop