fidothe

RangeMap error

Aug 4th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.69 KB | None | 0 0
  1. clang++ -fno-implicit-templates -O2 -ansi -stdlib=libstdc++   -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_NAMESPACE=James_Clark_SP   -c Allocator.cxx
  2. clang++ -fno-implicit-templates -O2 -ansi -stdlib=libstdc++   -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_NAMESPACE=James_Clark_SP   -c Link.cxx
  3. clang++ -fno-implicit-templates -O2 -ansi -stdlib=libstdc++   -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_NAMESPACE=James_Clark_SP   -c IListBase.cxx
  4. clang++ -fno-implicit-templates -O2 -ansi -stdlib=libstdc++   -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_NAMESPACE=James_Clark_SP   -c TypeId.cxx
  5. clang++ -fno-implicit-templates -O2 -ansi -stdlib=libstdc++   -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_NAMESPACE=James_Clark_SP   -c assert.cxx
  6. clang++ -fno-implicit-templates -O2 -ansi -stdlib=libstdc++   -I. -I./../include -I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_NAMESPACE=James_Clark_SP   -c CharsetInfo.cxx
  7. In file included from CharsetInfo.cxx:8:
  8. In file included from ./../include/CharsetInfo.h:11:
  9. In file included from ./../include/UnivCharsetDesc.h:13:
  10. ./../include/RangeMap.h:57:12: error: missing 'typename' prior to dependent type name 'Vector<RangeMapRange<From, To> >::const_iterator'
  11.   typename Vector<RangeMapRange<From,To> >::const_iterator ptr_;
  12.            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13.            typename
  14. 1 error generated.
  15. make[2]: *** [CharsetInfo.o] Error 1
  16. make[1]: *** [lib] Error 2
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment