summaryrefslogtreecommitdiff
path: root/lib/glMappedBufferWriter.cpp
blob: cc3c413d7dcf7b791a53e37b0ed15ecdc79f1238 (plain)
1
2
3
4
#include "glMappedBufferWriter.h"
#include <iterator>

static_assert(std::weakly_incrementable<glMappedBufferWriter<int>>);