We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecc809 commit 62fdaf7Copy full SHA for 62fdaf7
src/ESPressio_IThread.hpp
@@ -27,7 +27,6 @@ namespace ESPressio {
27
`IThread` is a common Interface for all Thread Types provided by this library.
28
You can use it to reference any Thread Type without knowing the actual type.
29
*/
30
- template <typename Derived>
31
class IThread : public IObject {
32
public:
33
// Methods
0 commit comments