]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/variant/test/variant_comparison_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / variant / test / variant_comparison_test.cpp
index a918a6750a7ae1b4230f0eb4f5def2bb738fa651..038d2c1c3b1d7ba33a125d0b270d625040014750 100644 (file)
@@ -4,7 +4,7 @@
 //-----------------------------------------------------------------------------
 //
 // Copyright (c) 2003 Eric Friedman, Itay Maman
-// Copyright (c) 2014-2019 Antony Polukhin
+// Copyright (c) 2014-2020 Antony Polukhin
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at
@@ -21,7 +21,7 @@
 #include <vector>
 
 #include "boost/detail/workaround.hpp"
-#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x0551))
+#if BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x0551))
 #    pragma warn -lvc // temporary used for parameter warning
 #endif