Skip to content

Commit d5bb190

Browse files
authored
Merge pull request #269 from wmamrak/develop
Minor documentation fixes and template parameter renames
2 parents 45f1341 + 5a59b16 commit d5bb190

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/boost/interprocess/interprocess_fwd.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ class offset_ptr;
258258
//////////////////////////////////////////////////////////////////////////////
259259

260260
//Single segment memory allocation algorithms
261-
template<class MutexFamily, class VoidMutex = offset_ptr<void> >
261+
template<class MutexFamily, class VoidPointer = offset_ptr<void> >
262262
class simple_seq_fit;
263263

264-
template<class MutexFamily, class VoidMutex = offset_ptr<void>, std::size_t MemAlignment = 0>
264+
template<class MutexFamily, class VoidPointer = offset_ptr<void>, std::size_t MemAlignment = 0>
265265
class rbtree_best_fit;
266266

267267
//////////////////////////////////////////////////////////////////////////////

include/boost/interprocess/managed_shared_memory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ typedef basic_managed_shared_memory
372372
fixed_managed_shared_memory;
373373

374374
//!Typedef for a default basic_managed_shared_memory
375-
//!of narrow characters to be placed in a fixed address
375+
//!of wide characters to be placed in a fixed address
376376
typedef basic_managed_shared_memory
377377
<wchar_t
378378
,rbtree_best_fit<mutex_family, void*>

0 commit comments

Comments
 (0)