nagadomi / waifu2x-caffe-ubuntu

waifu2x-caffe for Ubuntu
MIT License
38 stars 10 forks source link

'function' is not a member of 'std' #1

Closed yuyadanyadan closed 8 years ago

yuyadanyadan commented 8 years ago

lltcggie-caffe/src/caffe/util/cudnn_func.cpp:13:7:error: template declaration of 'cudnnStatus_t caffe::cudnn::FindAlgorithmEx'

cuda8.0 + cudnnV5 + ubuntu14.04

what's wrong???

nagadomi commented 8 years ago

your gcc seems does not support c++11. use gcc 4.8 or later.

yuyadanyadan commented 8 years ago

my g++ is 4.8 version! It is the complier is not my g++. It use an older version! Now I change it! Thank you !

在 2016-08-17 22:49:58,"nagadomi" notifications@github.com 写道:

your gcc seems does not support c++11. use gcc 4.8 or later.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.