[root]/Core/Algorithms/Visualization
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
sameer | 4 (100.0%) | 0 (-) | 0.0 |
Added a PDT_PARSER guard to prevent struct edgepairless from getting defined
twice. This does not affect the regular compilation with the other compilers. This
is needed because PDT does not support hash_map and there is a section above this
definition (!HAVE_HASH_MAP) where this struct is defined previously.
0 lines of code changed in 2 files:
Added guards for HAVE_HASH_MAP for str_hasher. This only affects parsing
using PDT. Intel/GNU compilers get #define HAVE_HASH_MAP from
sci_hash_map.h. Confirmed with
icpc -E that this code is available. This fix is required because KAI
headers included in PDT do not have hash_map, an STL extension.
0 lines of code changed in 2 files: