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 51db2b0 commit 0be329dCopy full SHA for 0be329d
cpp/ql/test/library-tests/ir/ir/ir.cpp
@@ -2378,18 +2378,4 @@ namespace return_routine_type {
2378
2379
}
2380
2381
-
2382
-using size_t = decltype(sizeof(0));
2383
2384
-template<class T>
2385
-struct remove_const { typedef T type; };
2386
2387
2388
-struct remove_const<const T> { typedef T type; };
2389
2390
-// `remove_const_t<T>` removes any `const` specifier from `T`
2391
2392
-using remove_const_t = typename remove_const<T>::type;
2393
2394
2395
// semmle-extractor-options: -std=c++20 --clang
0 commit comments