Error Message: value -> inline
Peter
graphhopper at gmx.de
Sat Jul 6 23:40:51 UTC 2019
Hi,
I'm currently playing with the prototype of Project Valhalla - thanks
for your huge work!
I've studied the tests but is more documentation or better examples what
is currently possible? E.g. I think that primitive lists like List<int>
is not yet possible - is this right?
Now I caught an error message that needs a small change. With:
inline class Point { double lat; double lon; }
inline class Point3d { double ele; inline Point point; }
I get:
Point3d.java:[5,25] modifier value not allowed here
instead of:
Point3d.java:[5,25] modifier inline not allowed here
Regards
Peter
More information about the valhalla-dev
mailing list