]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/tti/test/test_has_mem_data.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / tti / test / test_has_mem_data.cpp
index 505862c04830042616fab7cc93afa710cc33cc05..2f36f4e6c4cb21402453d6421b9a5311dd889333 100644 (file)
@@ -21,6 +21,9 @@ int main()
   BOOST_TEST((AOther<AnotherType,AType>::value));
   BOOST_TEST((BOOST_TTI_HAS_MEMBER_DATA_GEN(ONestStr)<AnotherType,AType::AStructType>::value));
   
+  BOOST_TEST((CUb<AType::BType::CType::CTypeUnion,bool>::value));
+
+  
   // Test enclosing class as non-class type
   
   BOOST_TEST((!CMember<bool,bool>::value));