Added missing #pragma once

This commit is contained in:
Ion Gaztañaga
2014-10-13 23:26:57 +02:00
parent 0807a56308
commit 7d9f58ca99
75 changed files with 255 additions and 35 deletions

View File

@@ -10,7 +10,7 @@
#include <boost/interprocess/detail/config_begin.hpp>
//[doc_managed_multiple_allocation
#include <boost/interprocess/managed_shared_memory.hpp>
#include <boost/interprocess/detail/move.hpp> //boost::move
#include <boost/move/utility_core.hpp> //boost::move
#include <cassert>//assert
#include <cstring>//std::memset
#include <new> //std::nothrow

View File

@@ -107,7 +107,7 @@ int main(int argc, char *argv[])
}
return 0;
};
}
//]
#include <boost/interprocess/detail/config_end.hpp>