mpetri / FM-Index

FM-Index full-text index implementation using RRR Wavelet trees (libcds) and fast suffix sorting (libdivsufsort) including experimental results.
GNU General Public License v3.0
101 stars 26 forks source link

Incompatible with g++ 4.7.3 #1

Open kmkurn opened 11 years ago

kmkurn commented 11 years ago

I have an issue when compiling your sample code using g++ 4.7.3. Please update the code so it can be compiled with the latest version of g++.

Just for information, my g++ --version output is as follows:

g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Thanks!