GH31: JSON implementation bug

fixed GH #31: JSON implementation bug
This commit is contained in:
aleks-f
2012-12-11 20:27:32 -06:00
parent e21d1f5fcc
commit 1b14088283
5 changed files with 41 additions and 6 deletions

View File

@@ -51,9 +51,8 @@ namespace Poco {
template <class T>
class Buffer
/// A very simple buffer class that allocates a buffer of
/// a given type and size in the constructor and
/// deallocates the buffer in the destructor.
/// A buffer class that allocates a buffer of a given type and size
/// in the constructor and deallocates the buffer in the destructor.
///
/// This class is useful everywhere where a temporary buffer
/// is needed.