@ -25,8 +25,7 @@
#include <memory>
namespace util {
namespace image {
namespace util { namespace image {
template <typename T>
struct buffer {
typedef T value_type;
@ -70,7 +69,6 @@ namespace util {
private:
std::unique_ptr<T[]> m_data;
};
}
} }
#endif
The note is not visible to the blocked user.