refs #628 Use expression SFINAE to simplify the implementation details of CVariant.

This commit is contained in:
Mathew Sutcliffe
2016-03-26 17:01:52 +00:00
parent 7ce1b268df
commit 34c25aee46
2 changed files with 54 additions and 52 deletions

View File

@@ -97,7 +97,6 @@ namespace BlackMisc
*
* The implementation (ab)uses the QMetaType converter function registration mechanism
* to store a type-erased representation of the set of operations supported by T.
* Unlike the singleton pattern, this approach means that CVariant can be used in plugins.
*/
template <typename T>
void registerMetaValueType()