We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee205db commit 3a61820Copy full SHA for 3a61820
1 file changed
test/xnode_test.cpp
@@ -702,7 +702,7 @@ void TestLongDoubleCastWithPolicySet() {
702
long double d = 12.14;
703
xnode_ld value;
704
value.set_as(d);
705
- std::cout << "DEBUG: TestLongDoubleCastWithPolicySet / storage type: " << typeid(xnode_storage_meta<long double>::storage_type).name() << std::endl;
+ std::cout << "DEBUG: TestLongDoubleCastWithPolicySet / storage type: " << xnode_storage_meta<long double>::storage_type << std::endl;
706
std::cout << "DEBUG: TestLongDoubleCastWithPolicySet step 1" << std::endl;
707
Assert(value.is<long double>());
708
std::cout << "DEBUG: TestLongDoubleCastWithPolicySet step 2" << std::endl;
0 commit comments