mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix format test failure
This commit is contained in:
parent
fc92b0d838
commit
a37779e2bc
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ template<class X> bool IsGreaterThan(X,X);
|
|||
template<class Bar> void Foo::fum(int i) {}
|
||||
|
||||
// TEMPLATE_VARIABLES
|
||||
template <bool threads, int inst> char* default_alloc_template<threads, inst>::S_start_free = 0;
|
||||
template <bool threads, int inst> char* default_alloc_template<threads, inst>::S_start_free = 0;
|
||||
|
||||
// an instantiation, not a template:
|
||||
complex
|
||||
|
|
Loading…
Add table
Reference in a new issue