]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_index/examples/exact_types_match.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / type_index / examples / exact_types_match.cpp
index bf3a44b96ed4870020aee88b7f48ac0cb2032d59..5e057301605e2ecc7ecf48f20497e3ec3e0380f7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2013-2020 Antony Polukhin
+// Copyright 2013-2022 Antony Polukhin
 
 // Distributed under the Boost Software License, Version 1.0.
 // (See the accompanying file LICENSE_1_0.txt
@@ -23,6 +23,8 @@
 // Making `#include <cassert>` visible in docs, while actually using hand-made check
 // instead of `assert`. This is required to verify correct behavior even if NDEBUG
 // is defined and to avoid `unused local variable` warnings with defined NDEBUG.
+//
+// boost-no-inspect
 #ifdef assert
 #   undef assert
 #endif