]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/any/test/any_cast_cv_failed.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / any / test / any_cast_cv_failed.cpp
index 860240f1772d9fb6ff5cb84bc005c902ecb89be4..778f770cb4251cbb5f38d5a560d0ba935b7f94d5 100644 (file)
@@ -1,4 +1,5 @@
 // Copyright 2006 Alexander Nasonov.
+// Copyright Antony Polukhin, 2013-2019.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at
@@ -6,8 +7,7 @@
 
 #include <boost/any.hpp>
 
-int main()
-{
+int main() {
     boost::any const a;
     boost::any_cast<int&>(a);
 }