blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
405 stars 84 forks source link

A suggestion: change Relative path to an absolute path #172

Open snow-man-0 opened 3 years ago

snow-man-0 commented 3 years ago

The advantage is to avoid setting the include path of the compiler. for example, in array-impl.h, change <> to "filename"

include "blitz.h"

include "memblock.h"

include "range.h"

include "tinyvec2.h"

include "tvecglobs.h"

include "indexexpr.h"

include "array/slice.h" // Subarrays and slicing

include "array/map.h" // Tensor index notation

include "array/multi.h" // Multicomponent arrays

include "array/domain.h" // RectDomain class

include "array/storage.h" // GeneralArrayStorage

slayoo commented 3 years ago

thanks, could you please create a pull request with these changes?