forked from such-gitea/wownero-lws
Add support for subaddress lookahead (#195)
This commit is contained in:
committed by
Lee *!* Clagett
parent
e8b889e95f
commit
16111cae2c
@@ -655,6 +655,9 @@ using ForContainer = typename std::enable_if< is_container<T>::value, R>::type;
|
||||
template< typename T, typename R >
|
||||
using ForNonContainerNonPointer = typename std::enable_if< ! (is_container<T>::value || std::is_pointer<T>::value), R>::type;
|
||||
|
||||
template< typename T >
|
||||
auto to_string( T const & item ) -> ForNonContainerNonPointer<T, std::string>;
|
||||
|
||||
template< typename T >
|
||||
auto make_enum_string( T const & item ) -> ForNonEnum<T, std::string>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user