Skip to content

Commit 3a61820

Browse files
committed
storage type 2
1 parent ee205db commit 3a61820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/xnode_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ void TestLongDoubleCastWithPolicySet() {
702702
long double d = 12.14;
703703
xnode_ld value;
704704
value.set_as(d);
705-
std::cout << "DEBUG: TestLongDoubleCastWithPolicySet / storage type: " << typeid(xnode_storage_meta<long double>::storage_type).name() << std::endl;
705+
std::cout << "DEBUG: TestLongDoubleCastWithPolicySet / storage type: " << xnode_storage_meta<long double>::storage_type << std::endl;
706706
std::cout << "DEBUG: TestLongDoubleCastWithPolicySet step 1" << std::endl;
707707
Assert(value.is<long double>());
708708
std::cout << "DEBUG: TestLongDoubleCastWithPolicySet step 2" << std::endl;

0 commit comments

Comments
 (0)