Compilation Error: boost/atomic.hpp not found -


i have installed boost using following command

sudo apt-get install libboost-all-dev 

when trying compile boost project gives me following compilation error

fatal error: boost/atomic.hpp: no such file or directory 

i looked /usr/include/boost file not there also. can suggest solution

boost atomic available since version 1.53. if not corrupted installed version must older 1.53.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -