Skip to content
Snippets Groups Projects
Commit 14441e43 authored by Luc Hermitte's avatar Luc Hermitte
Browse files

COM: OTB-134/OGR -> boost::move and portability

parent c9e762e8
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/*===============================[ Includes ]================================*/ /*===============================[ Includes ]================================*/
/*===========================================================================*/ /*===========================================================================*/
#include <cassert> #include <cassert>
#if BOOST_VERSION > 104800 #if BOOST_VERSION >= 104800
# include <boost/move/move.hpp> // since 1.48 # include <boost/move/move.hpp> // since 1.48
#else #else
# include <boost/interprocess/detail/move.hpp> # include <boost/interprocess/detail/move.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment