This commit is contained in:
Michele Caini
2019-06-27 09:14:32 +02:00
parent 729a071284
commit 094326220f

View File

@@ -22,7 +22,6 @@ namespace entt {
* compile-time error unless the template parameter is a function type.
*
* @tparam Function A valid function type.
* @tparam Collector Type of collector to use, if any.
*/
template<typename Function>
struct sigh;