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 28c87d8 commit 0844d71Copy full SHA for 0844d71
include/proxsuite/helpers/instruction-set.hpp
@@ -154,8 +154,6 @@ const typename InstructionSetBase<>::Data InstructionSetBase<>::data =
154
155
// Adapted from
156
// https://docs.microsoft.com/fr-fr/cpp/intrinsics/cpuid-cpuidex?view=msvc-170
157
-// template <typename T>
158
-// struct InstructionSet: public internal::InstructionSetBase<T>
159
struct InstructionSet : public internal::InstructionSetBase<>
160
{
161
static std::string vendor(void)
0 commit comments