Closed
Description
Hi,
This might be a naïve question, but I had trouble compiling some C++ code using the admittedly variable width size_t
. It compiled on Ubuntu using g++ but failed on Mac OS using clang.
././libdivide.h:1951:63: error: no type named 'divider' in '(anonymous namespace)::libdivide::libdivide_internal::dispatcher<unsigned long, -1>'
typedef typename libdivide_internal::dispatcher<T, ALGO>::divider div_t;
I changed my code to use uint64_t
, which is fine for my use case. Is it possible to support size_t
? No urgency here, just curious.
Thanks!
Will
Metadata
Metadata
Assignees
Labels
No labels
Activity