-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hello,
I noticed that the Intel compiler barfs on your package when trying to link with piton.
icpc -std=gnu++11 -I"/opt/R/R-4.0.2-mkl/lib64/R/include" -DNDEBUG -I'/home/me/R/lib/pro/4.0/Rcpp/include' -I'/home/me/R/lib/pro/4.0/piton/include' -I/usr/local/include -fpic -g -O2 -c xlex.cpp -o xlex.o
token_grammar.h(107): error: "seq" is ambiguous
seq< plus< D >, opt< dot, plus< D > > > > {};
^
detected during:
instantiation of class "xltoken::decimal<D> [with D=tao::pegtl::ascii::digit]" at line 35 of "/home/me/R/lib/pro/4.0/piton/include/pegtl/internal/duseltronik.hpp"
It seems to build fine with gcc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels