isc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
for (; s; s.pop_front())
My system is Centos 6.4 x86_64
My gcc version is 4.8.1
[root@localhost boost]# gcc --version
gcc (GCC) 4.8.1 20130715 (Red Hat 4.8.1-4)
Copyright (C) 2013 Free Software Foundation, Inc
Boost version is 1.4.1
#define BOOST_LIB_VERSION "1_41"
Is my boost lib too old cause this problem?