Get unit-tests building with g++ 4.8.1
This commit is contained in:
@ -51,6 +51,10 @@ namespace persistent_data {
|
||||
typedef boost::shared_ptr<buffer> ptr;
|
||||
typedef boost::shared_ptr<buffer const> const_ptr;
|
||||
|
||||
size_t size() const {
|
||||
return Size;
|
||||
}
|
||||
|
||||
unsigned char &operator[](unsigned index) {
|
||||
check_index(index);
|
||||
|
||||
|
Reference in New Issue
Block a user