pongsate1 / clothing_parsing

repository for my clothing parsing project.
9 stars 4 forks source link

expected ‘,’ or ‘...’ before ‘&&’ token #1

Open Gaoqinghong91 opened 7 years ago

Gaoqinghong91 commented 7 years ago

when I compile this project ,it comes to be error `/home/eva/Documents/clothing_parsing-master/fashion-parsing/examples/tangseng/crf/FullCRF.cpp:3:18: warning: extra tokens at end of #ifndef directive [enabled by default]

ifndef SAFE_FREE(buf)

              ^

In file included from /home/eva/Documents/clothing_parsing-master/fashion-parsing/examples/tangseng/crf/FullCRF.cpp:1:0: /home/eva/Documents/clothing_parsing-master/fashion-parsing/examples/tangseng/crf/FullCRF.h:27:49: error: expected ‘,’ or ‘...’ before ‘&&’ token PairwisePotential& operator=(PairwisePotential&& other); ^ /home/eva/Documents/clothing_parsing-master/fashion-parsing/examples/tangseng/crf/FullCRF.h:53:29: error: expected ‘,’ or ‘...’ before ‘&&’ token FullCRF& operator=(FullCRF&& other); ^ make[2]: [examples/CMakeFiles/FullCRF.dir/tangseng/crf/FullCRF.cpp.o] Error 1 make[1]: [examples/CMakeFiles/FullCRF.dir/all] Error 2 make: *** [all] Error 2 ` how can i do for it?

parth1993 commented 6 years ago

Getting the same error!! Any solution.