1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix testspr::print_type

This commit is contained in:
bolero-MURAKAMI 2017-07-26 15:22:14 +09:00
parent 59c5e7874c
commit 481b277216
10 changed files with 616 additions and 591 deletions

View file

@ -119,7 +119,7 @@ namespace testspr {
template<typename T>
inline SPROUT_NON_CONSTEXPR void
print_type() {
testspr::print_typename<testspr::id<T> >();
testspr::print_ln(testspr::qualified_typename_of<T>());
}
//