Bug 1208829 - static_assert that IntRegionTyped is instantiated with a proper unit type. r=mstange

--HG--
extra : source : da8e9461c77e26a913d25f90097baa4da48f9f49
This commit is contained in:
Botond Ballo 2015-11-09 20:34:33 -05:00
parent 435bd70a03
commit 76abf4edbd

View File

@ -836,6 +836,8 @@ class IntRegionTyped :
template <typename OtherUnits>
friend class IntRegionTyped;
static_assert(IsPixel<units>::value, "'units' must be a coordinate system tag");
public:
// Forward constructors.
IntRegionTyped() {}