Closed pemsley closed 9 years ago
I am closing these issues with the caveat that at the moment my compiler (g++) does not report these issues so hopefully I have made the right changes. In the future I also hope to get access to an Apple computer.
On 10 October 2015 at 03:35, Peter Mills notifications@github.com wrote:
I am closing these issues with the caveat that at the moment my compiler (g++) does not report these issues so hopefully I have made the right changes. In the future I also hope to get access to an Apple computer.
— Reply to this email directly or view it on GitHub https://github.com/Peteysoft/libmsci/issues/1#issuecomment-147024216.
Fine by me,
If you want clang (it's a decent compiler), not imited to Apple, you can get it here:
http://clang.llvm.org/get_started.html
Paul
Using clang Apple LLVM version 6.1.0 (clang-602.0.49)
You need to provide a means to index a vector_s with a long (which is not an int).
type & operator [] (long ind);
(and likewise for vector_e.)
P.