/usr/include/boost/predef
NameSizeModeActions
architecture/-0755rm
compiler/-0755rm
detail/-0755rm
hardware/-0755rm
language/-0755rm
library/-0755rm
os/-0755rm
other/-0755rm
platform/-0755rm
architecture.h12580644editdlrm
compiler.h16080644editdlrm
hardware.h4200644editdlrm
language.h5150644editdlrm
library.h4240644editdlrm
make.h62670644editdlrm
os.h9530644editdlrm
other.h4200644editdlrm
platform.h10480644editdlrm
version.h3570644editdlrm
version_number.h21840644editdlrm
Edit: /usr/include/boost/predef/version.h (357B)
/* Copyright Rene Rivera 2015-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_PREDEF_VERSION_H #define BOOST_PREDEF_VERSION_H #include #define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,11,0) #endif