mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 05:44:26 +02:00
Fix typo in pgi compiler version.
[SVN r76312]
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
// PGI C++ compiler setup:
|
// PGI C++ compiler setup:
|
||||||
|
|
||||||
#define BOOST_COMPILER_VERSION __PGIC__##__PGIC_MINOR__
|
#define BOOST_COMPILER_VERSION __PGIC__##__PGIC_MINOR__
|
||||||
#define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
|
#define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
|
||||||
|
|
||||||
//
|
//
|
||||||
// Threading support:
|
// Threading support:
|
||||||
|
Reference in New Issue
Block a user