fix msvs compiler error: C2899: typename cannot be used outside a template declaration
This commit is contained in:
parent
85b20f45d7
commit
4a831b4936
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ template <>
|
|||
class image<null_t>
|
||||
{
|
||||
public:
|
||||
using pixel_type = typename null_t::type;
|
||||
using pixel_type = null_t::type;
|
||||
static const image_dtype dtype = null_t::id;
|
||||
private:
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue