diff --git a/persistent-data/buffer.h b/persistent-data/buffer.h index 5f35cd8..d9a7e07 100644 --- a/persistent-data/buffer.h +++ b/persistent-data/buffer.h @@ -32,15 +32,14 @@ //---------------------------------------------------------------- namespace persistent_data { - // Joe has buffer<> in other parts of the code, so... uint32_t const DEFAULT_BUFFER_SIZE = 4096; // Allocate buffer of Size with Alignment imposed. // - // Allocation needs to be on the heap in order to provide alignment guarantees! - // + // Allocation needs to be on the heap in order to provide alignment + // guarantees. + // // Alignment must be a power of two. - template class buffer : private boost::noncopyable { public: