From 4aebafe6e401677be89bbccdedd6b3bc684a4ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 24 Aug 2021 14:55:55 +0200 Subject: [PATCH] Remove detail/config_begin|config_end includes from examples as they hide useful warnings --- example/comp_doc_anonymous_conditionA.cpp | 2 +- example/comp_doc_anonymous_conditionB.cpp | 4 ++-- example/comp_doc_anonymous_mutexA.cpp | 4 ++-- example/comp_doc_anonymous_mutexB.cpp | 4 ++-- example/comp_doc_anonymous_semaphoreA.cpp | 4 ++-- example/comp_doc_anonymous_semaphoreB.cpp | 4 ++-- example/comp_doc_anonymous_upgradable_mutexA.cpp | 4 ++-- example/comp_doc_anonymous_upgradable_mutexB.cpp | 4 ++-- example/comp_doc_message_queueA.cpp | 4 ++-- example/comp_doc_message_queueB.cpp | 4 ++-- example/doc_adaptive_pool.cpp | 4 ++-- example/doc_allocator.cpp | 4 ++-- example/doc_anonymous_shared_memory.cpp | 4 ++-- example/doc_bufferstream.cpp | 4 ++-- example/doc_cached_adaptive_pool.cpp | 4 ++-- example/doc_cached_node_allocator.cpp | 4 ++-- example/doc_complex_map.cpp | 4 ++-- example/doc_cont.cpp | 4 ++-- example/doc_file_mapping.cpp | 4 ++-- example/doc_intrusive.cpp | 4 ++-- example/doc_ipc_message.cpp | 4 ++-- example/doc_managed_allocation_command.cpp | 4 ++-- example/doc_managed_construction_info.cpp | 4 ++-- example/doc_managed_copy_on_write.cpp | 4 ++-- example/doc_managed_external_buffer.cpp | 4 ++-- example/doc_managed_grow.cpp | 4 ++-- example/doc_managed_heap_memory.cpp | 4 ++-- example/doc_managed_multiple_allocation.cpp | 4 ++-- example/doc_managed_raw_allocation.cpp | 4 ++-- example/doc_map.cpp | 4 ++-- example/doc_move_containers.cpp | 4 ++-- example/doc_multi_index.cpp | 4 ++-- example/doc_named_alloc.cpp | 4 ++-- example/doc_named_mutex.cpp | 4 ++-- example/doc_node_allocator.cpp | 4 ++-- example/doc_offset_ptr.cpp | 4 ++-- example/doc_private_adaptive_pool.cpp | 4 ++-- example/doc_private_node_allocator.cpp | 4 ++-- example/doc_scoped_ptr.cpp | 4 ++-- example/doc_shared_memory.cpp | 4 ++-- example/doc_shared_ptr.cpp | 4 ++-- example/doc_shared_ptr_explicit.cpp | 4 ++-- example/doc_spawn_vector.cpp | 4 ++-- example/doc_unique_ptr.cpp | 4 ++-- example/doc_unordered_map.cpp | 4 ++-- example/doc_vectorstream.cpp | 4 ++-- example/doc_where_allocate.cpp | 4 ++-- example/doc_windows_shared_memory.cpp | 4 ++-- example/doc_xsi_shared_memory.cpp | 4 ++-- 49 files changed, 97 insertions(+), 97 deletions(-) diff --git a/example/comp_doc_anonymous_conditionA.cpp b/example/comp_doc_anonymous_conditionA.cpp index bae5876..464c933 100644 --- a/example/comp_doc_anonymous_conditionA.cpp +++ b/example/comp_doc_anonymous_conditionA.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_conditionA #include #include diff --git a/example/comp_doc_anonymous_conditionB.cpp b/example/comp_doc_anonymous_conditionB.cpp index d8746ab..9f93861 100644 --- a/example/comp_doc_anonymous_conditionB.cpp +++ b/example/comp_doc_anonymous_conditionB.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_conditionB #include #include @@ -68,4 +68,4 @@ int main () return 0; } //] -#include + diff --git a/example/comp_doc_anonymous_mutexA.cpp b/example/comp_doc_anonymous_mutexA.cpp index 37850fd..7afb215 100644 --- a/example/comp_doc_anonymous_mutexA.cpp +++ b/example/comp_doc_anonymous_mutexA.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_mutexA #include #include @@ -78,4 +78,4 @@ int main () return 0; } //] -#include + diff --git a/example/comp_doc_anonymous_mutexB.cpp b/example/comp_doc_anonymous_mutexB.cpp index 1365ad5..ff612f3 100644 --- a/example/comp_doc_anonymous_mutexB.cpp +++ b/example/comp_doc_anonymous_mutexB.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_mutexB #include #include @@ -68,4 +68,4 @@ int main () return 0; } //] -#include + diff --git a/example/comp_doc_anonymous_semaphoreA.cpp b/example/comp_doc_anonymous_semaphoreA.cpp index 34e9960..5c1cd79 100644 --- a/example/comp_doc_anonymous_semaphoreA.cpp +++ b/example/comp_doc_anonymous_semaphoreA.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_semaphoreA #include #include @@ -64,4 +64,4 @@ int main () return 0; } //] -#include + diff --git a/example/comp_doc_anonymous_semaphoreB.cpp b/example/comp_doc_anonymous_semaphoreB.cpp index 633283a..1190fb1 100644 --- a/example/comp_doc_anonymous_semaphoreB.cpp +++ b/example/comp_doc_anonymous_semaphoreB.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_semaphoreB #include #include @@ -64,4 +64,4 @@ int main () return 0; } //] -#include + diff --git a/example/comp_doc_anonymous_upgradable_mutexA.cpp b/example/comp_doc_anonymous_upgradable_mutexA.cpp index 7296990..ba387e8 100644 --- a/example/comp_doc_anonymous_upgradable_mutexA.cpp +++ b/example/comp_doc_anonymous_upgradable_mutexA.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_upgradable_mutexA #include #include @@ -72,4 +72,4 @@ int main () return 0; } //] -#include + diff --git a/example/comp_doc_anonymous_upgradable_mutexB.cpp b/example/comp_doc_anonymous_upgradable_mutexB.cpp index 61c1b5a..4a58c53 100644 --- a/example/comp_doc_anonymous_upgradable_mutexB.cpp +++ b/example/comp_doc_anonymous_upgradable_mutexB.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_upgradable_mutexB #include @@ -70,4 +70,4 @@ int main () } //] -#include + diff --git a/example/comp_doc_message_queueA.cpp b/example/comp_doc_message_queueA.cpp index f7c4863..5cc2396 100644 --- a/example/comp_doc_message_queueA.cpp +++ b/example/comp_doc_message_queueA.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_message_queueA #include #include @@ -42,4 +42,4 @@ int main () return 0; } //] -#include + diff --git a/example/comp_doc_message_queueB.cpp b/example/comp_doc_message_queueB.cpp index 2246c57..d893842 100644 --- a/example/comp_doc_message_queueB.cpp +++ b/example/comp_doc_message_queueB.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_message_queueB #include #include @@ -44,4 +44,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_adaptive_pool.cpp b/example/doc_adaptive_pool.cpp index 9236ae2..375ec34 100644 --- a/example/doc_adaptive_pool.cpp +++ b/example/doc_adaptive_pool.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_adaptive_pool #include @@ -82,4 +82,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_allocator.cpp b/example/doc_allocator.cpp index 529715f..30842f7 100644 --- a/example/doc_allocator.cpp +++ b/example/doc_allocator.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_allocator #include @@ -68,4 +68,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_anonymous_shared_memory.cpp b/example/doc_anonymous_shared_memory.cpp index 3a24578..178a9be 100644 --- a/example/doc_anonymous_shared_memory.cpp +++ b/example/doc_anonymous_shared_memory.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_anonymous_shared_memory #include #include @@ -33,4 +33,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_bufferstream.cpp b/example/doc_bufferstream.cpp index 0b51326..e32d13e 100644 --- a/example/doc_bufferstream.cpp +++ b/example/doc_bufferstream.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_bufferstream #include @@ -107,4 +107,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_cached_adaptive_pool.cpp b/example/doc_cached_adaptive_pool.cpp index 9e92cf5..997b994 100644 --- a/example/doc_cached_adaptive_pool.cpp +++ b/example/doc_cached_adaptive_pool.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_cached_adaptive_pool #include @@ -91,4 +91,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_cached_node_allocator.cpp b/example/doc_cached_node_allocator.cpp index a65559b..5aa0366 100644 --- a/example/doc_cached_node_allocator.cpp +++ b/example/doc_cached_node_allocator.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_cached_node_allocator #include @@ -91,4 +91,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_complex_map.cpp b/example/doc_complex_map.cpp index 63c90b6..65222d8 100644 --- a/example/doc_complex_map.cpp +++ b/example/doc_complex_map.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_complex_map #include @@ -109,4 +109,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_cont.cpp b/example/doc_cont.cpp index 889fc74..ee1153c 100644 --- a/example/doc_cont.cpp +++ b/example/doc_cont.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_cont #include @@ -84,4 +84,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_file_mapping.cpp b/example/doc_file_mapping.cpp index 4ae3b8f..da3cc7f 100644 --- a/example/doc_file_mapping.cpp +++ b/example/doc_file_mapping.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_file_mapping #include #include @@ -132,4 +132,4 @@ int main(int argc, char *argv[]) return 0; } //] -#include + diff --git a/example/doc_intrusive.cpp b/example/doc_intrusive.cpp index d342855..b13df49 100644 --- a/example/doc_intrusive.cpp +++ b/example/doc_intrusive.cpp @@ -8,7 +8,7 @@ // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_intrusive #include @@ -130,4 +130,4 @@ int main() return 0; } //] -#include + diff --git a/example/doc_ipc_message.cpp b/example/doc_ipc_message.cpp index 9e52e9f..1ffc0f9 100644 --- a/example/doc_ipc_message.cpp +++ b/example/doc_ipc_message.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_ipc_message #include @@ -103,4 +103,4 @@ int main (int argc, char *argv[]) return 0; } //] -#include + diff --git a/example/doc_managed_allocation_command.cpp b/example/doc_managed_allocation_command.cpp index e1e0cf4..2603c98 100644 --- a/example/doc_managed_allocation_command.cpp +++ b/example/doc_managed_allocation_command.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_managed_allocation_command #include #include @@ -121,4 +121,4 @@ int main() return 0; } //] -#include + diff --git a/example/doc_managed_construction_info.cpp b/example/doc_managed_construction_info.cpp index b267e97..4efa5d9 100644 --- a/example/doc_managed_construction_info.cpp +++ b/example/doc_managed_construction_info.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_managed_construction_info #include #include @@ -80,4 +80,4 @@ int main() return 0; } //] -#include + diff --git a/example/doc_managed_copy_on_write.cpp b/example/doc_managed_copy_on_write.cpp index 239f032..e9b44ce 100644 --- a/example/doc_managed_copy_on_write.cpp +++ b/example/doc_managed_copy_on_write.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_managed_copy_on_write #include @@ -96,4 +96,4 @@ int main() return 0; } //] -#include + diff --git a/example/doc_managed_external_buffer.cpp b/example/doc_managed_external_buffer.cpp index f9d4b58..325100d 100644 --- a/example/doc_managed_external_buffer.cpp +++ b/example/doc_managed_external_buffer.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_managed_external_buffer #include #include @@ -69,4 +69,4 @@ int main() return 0; } //] -#include + diff --git a/example/doc_managed_grow.cpp b/example/doc_managed_grow.cpp index bc3062c..f6b7df6 100644 --- a/example/doc_managed_grow.cpp +++ b/example/doc_managed_grow.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_managed_grow #include #include @@ -131,4 +131,4 @@ int main() return 0; } //] -#include + diff --git a/example/doc_managed_heap_memory.cpp b/example/doc_managed_heap_memory.cpp index 7194323..a0c090e 100644 --- a/example/doc_managed_heap_memory.cpp +++ b/example/doc_managed_heap_memory.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_managed_heap_memory #include @@ -78,4 +78,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_managed_multiple_allocation.cpp b/example/doc_managed_multiple_allocation.cpp index 97835c5..87cbb75 100644 --- a/example/doc_managed_multiple_allocation.cpp +++ b/example/doc_managed_multiple_allocation.cpp @@ -9,7 +9,7 @@ ////////////////////////////////////////////////////////////////////////////// #if defined(BOOST_INTERPROCESS_MAPPED_FILES) -#include + //[doc_managed_multiple_allocation #include #include //boost::move @@ -90,7 +90,7 @@ int main() return 0; } //] -#include + #else //#if defined(BOOST_INTERPROCESS_MAPPED_FILES) int main() diff --git a/example/doc_managed_raw_allocation.cpp b/example/doc_managed_raw_allocation.cpp index 2ddc997..e07b653 100644 --- a/example/doc_managed_raw_allocation.cpp +++ b/example/doc_managed_raw_allocation.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_managed_raw_allocation #include //<- @@ -63,4 +63,4 @@ int main() return 0; } //] -#include + diff --git a/example/doc_map.cpp b/example/doc_map.cpp index 929e7bb..2438693 100644 --- a/example/doc_map.cpp +++ b/example/doc_map.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_map #include @@ -94,4 +94,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_move_containers.cpp b/example/doc_move_containers.cpp index 46438f5..5d99b26 100644 --- a/example/doc_move_containers.cpp +++ b/example/doc_move_containers.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_move_containers #include @@ -103,5 +103,5 @@ int main () return 0; } //] -#include + diff --git a/example/doc_multi_index.cpp b/example/doc_multi_index.cpp index df4fd72..3ba5fda 100644 --- a/example/doc_multi_index.cpp +++ b/example/doc_multi_index.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_multi_index #include @@ -115,4 +115,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_named_alloc.cpp b/example/doc_named_alloc.cpp index 99ffbcc..917c385 100644 --- a/example/doc_named_alloc.cpp +++ b/example/doc_named_alloc.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_named_alloc #include @@ -134,4 +134,4 @@ int main(int argc, char *argv[]) return 0; } //] -#include + diff --git a/example/doc_named_mutex.cpp b/example/doc_named_mutex.cpp index fe03bb1..dd98b2c 100644 --- a/example/doc_named_mutex.cpp +++ b/example/doc_named_mutex.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_named_mutex #include #include @@ -94,4 +94,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_node_allocator.cpp b/example/doc_node_allocator.cpp index dcedab4..76b7b0e 100644 --- a/example/doc_node_allocator.cpp +++ b/example/doc_node_allocator.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_node_allocator #include @@ -84,4 +84,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_offset_ptr.cpp b/example/doc_offset_ptr.cpp index 118feab..996551e 100644 --- a/example/doc_offset_ptr.cpp +++ b/example/doc_offset_ptr.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_offset_ptr #include @@ -87,4 +87,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_private_adaptive_pool.cpp b/example/doc_private_adaptive_pool.cpp index 3dd854a..84954ee 100644 --- a/example/doc_private_adaptive_pool.cpp +++ b/example/doc_private_adaptive_pool.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_private_adaptive_pool #include @@ -80,4 +80,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_private_node_allocator.cpp b/example/doc_private_node_allocator.cpp index 8a75691..ec44324 100644 --- a/example/doc_private_node_allocator.cpp +++ b/example/doc_private_node_allocator.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_private_node_allocator #include @@ -80,4 +80,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_scoped_ptr.cpp b/example/doc_scoped_ptr.cpp index 6e3f1ec..c2fc2b2 100644 --- a/example/doc_scoped_ptr.cpp +++ b/example/doc_scoped_ptr.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_scoped_ptr #include @@ -126,4 +126,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_shared_memory.cpp b/example/doc_shared_memory.cpp index cb553de..7f2816a 100644 --- a/example/doc_shared_memory.cpp +++ b/example/doc_shared_memory.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + //[doc_shared_memory #include #include @@ -94,4 +94,4 @@ int main(int argc, char *argv[]) return 0; } //] -#include + diff --git a/example/doc_shared_ptr.cpp b/example/doc_shared_ptr.cpp index 6956816..c051540 100644 --- a/example/doc_shared_ptr.cpp +++ b/example/doc_shared_ptr.cpp @@ -8,7 +8,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_shared_ptr @@ -141,4 +141,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_shared_ptr_explicit.cpp b/example/doc_shared_ptr_explicit.cpp index d084d3f..d16b007 100644 --- a/example/doc_shared_ptr_explicit.cpp +++ b/example/doc_shared_ptr_explicit.cpp @@ -8,7 +8,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_shared_ptr_explicit @@ -80,4 +80,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_spawn_vector.cpp b/example/doc_spawn_vector.cpp index c2f0dfe..b38b9ce 100644 --- a/example/doc_spawn_vector.cpp +++ b/example/doc_spawn_vector.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_spawn_vector #include @@ -110,4 +110,4 @@ int main(int argc, char *argv[]) } //] -#include + diff --git a/example/doc_unique_ptr.cpp b/example/doc_unique_ptr.cpp index c87f798..05ea2f4 100644 --- a/example/doc_unique_ptr.cpp +++ b/example/doc_unique_ptr.cpp @@ -8,7 +8,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_unique_ptr @@ -138,4 +138,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_unordered_map.cpp b/example/doc_unordered_map.cpp index 61af1cc..cac0afa 100644 --- a/example/doc_unordered_map.cpp +++ b/example/doc_unordered_map.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_unordered_map #include @@ -95,4 +95,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_vectorstream.cpp b/example/doc_vectorstream.cpp index fbfa6c5..ee8172d 100644 --- a/example/doc_vectorstream.cpp +++ b/example/doc_vectorstream.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_vectorstream #include @@ -134,4 +134,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_where_allocate.cpp b/example/doc_where_allocate.cpp index c8f14f1..3b06396 100644 --- a/example/doc_where_allocate.cpp +++ b/example/doc_where_allocate.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include //[doc_where_allocate #include @@ -93,4 +93,4 @@ int main () return 0; } //] -#include + diff --git a/example/doc_windows_shared_memory.cpp b/example/doc_windows_shared_memory.cpp index 17f1f82..2a58d62 100644 --- a/example/doc_windows_shared_memory.cpp +++ b/example/doc_windows_shared_memory.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include #if defined(BOOST_INTERPROCESS_WINDOWS) || defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED) @@ -88,4 +88,4 @@ int main() #endif //BOOST_INTERPROCESS_WINDOWS -#include + diff --git a/example/doc_xsi_shared_memory.cpp b/example/doc_xsi_shared_memory.cpp index 147c9c7..c25bed9 100644 --- a/example/doc_xsi_shared_memory.cpp +++ b/example/doc_xsi_shared_memory.cpp @@ -7,7 +7,7 @@ // See http://www.boost.org/libs/interprocess for documentation. // ////////////////////////////////////////////////////////////////////////////// -#include + #include #if defined(BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS) || defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED) @@ -92,4 +92,4 @@ int main() #endif //BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS -#include +