/usr/include/boost/config/compiler
NameSizeModeActions
borland.hpp107290644editdlrm
clang.hpp98000644editdlrm
codegear.hpp115710644editdlrm
comeau.hpp16380644editdlrm
common_edg.hpp53210644editdlrm
compaq_cxx.hpp5010644editdlrm
cray.hpp154620644editdlrm
diab.hpp9090644editdlrm
digitalmars.hpp45950644editdlrm
gcc.hpp121340644editdlrm
gcc_xml.hpp40450644editdlrm
greenhills.hpp8220644editdlrm
hp_acc.hpp49690644editdlrm
intel.hpp225050644editdlrm
kai.hpp10300644editdlrm
metrowerks.hpp63770644editdlrm
mpw.hpp47800644editdlrm
nvcc.hpp20420644editdlrm
pathscale.hpp51230644editdlrm
pgi.hpp7700644editdlrm
sgi_mipspro.hpp7740644editdlrm
sunpro_cc.hpp74240644editdlrm
vacpp.hpp61180644editdlrm
visualc.hpp119340644editdlrm
xlcpp.hpp78980644editdlrm
xlcpp_zos.hpp49530644editdlrm
Edit: /usr/include/boost/config/compiler/pgi.hpp (770B)
// (C) Copyright Noel Belcourt 2007. // Copyright 2017, NVIDIA CORPORATION. // Use, modification and distribution are subject to 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) // See http://www.boost.org for most recent version. // PGI C++ compiler setup: #define BOOST_COMPILER_VERSION __PGIC__##__PGIC_MINOR__ #define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) // PGI is mostly GNU compatible. So start with that. #include // Now adjust for things that are different. // __float128 is a typedef, not a distinct type. #undef BOOST_HAS_FLOAT128 // __int128 is not supported. #undef BOOST_HAS_INT128