[polly] r297462 - Add method interface to isl C++ bindings

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 09:14:42 PST 2017


On Fri, Mar 10, 2017, at 04:34 PM, Michael Kruse via llvm-commits wrote:
> 2017-03-10 15:53 GMT+01:00 Tobias Grosser via llvm-commits
> <llvm-commits at lists.llvm.org>:
> > +  inline basic_map fix_si(enum dim type, unsigned int pos, int value) const;
> 
> This fails with MSVC:
> 
> 1>C:\Users\Meinersbur\src\llvm\tools\polly\lib\External\isl\include\isl-noexceptions.h(332):
> error C3431: 'dim': a scoped enumeration cannot be redeclared as an
> unscoped enumeration
> 
> This solves the problem:
> 
> inline basic_map fix_si(dim type, unsigned int pos, int value) const;

Hi Michael,

I committed a fix in r297478. Hope that worked.

Best,
Tobias


More information about the llvm-commits mailing list