mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix algorithm implementation
This commit is contained in:
parent
23408e46c4
commit
fb9770ce34
23 changed files with 46 additions and 41 deletions
|
@ -138,6 +138,11 @@ namespace testspr {
|
|||
print_typename() {
|
||||
testspr::print_ln(testspr::typename_of<T>());
|
||||
}
|
||||
template<typename T>
|
||||
inline SPROUT_NON_CONSTEXPR void
|
||||
print_typename(T&& t) {
|
||||
testspr::print_ln(testspr::typename_of(std::forward<T>(t)));
|
||||
}
|
||||
|
||||
//
|
||||
// print_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue