]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/fusion/test/sequence/define_assoc_tpl_struct_empty.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / fusion / test / sequence / define_assoc_tpl_struct_empty.cpp
index fc4ebd7fe7ced3d2a36903e8fbabb2944acb9636..70d6ca500603e7adf5a07ba678b1a32c0e9fbdb4 100644 (file)
@@ -30,6 +30,7 @@ main()
 
     {
         BOOST_MPL_ASSERT_NOT((traits::is_view<empty_struct<void> >));
+        BOOST_STATIC_ASSERT(!traits::is_view<empty_struct<void> >::value);
         empty_struct<void> e;
 
         std::cout << e << std::endl;