Browse Source

Formatting fixes.

pull/132/head
triton 12 years ago
parent
commit
8135983b58
  1. 6
      tests/Basic/Basic.h

6
tests/Basic/Basic.h

@ -172,13 +172,15 @@ struct DLL_API DefaultParameters @@ -172,13 +172,15 @@ struct DLL_API DefaultParameters
template<class Derived>
class Base
{
// methods within Base can use template to access members of Derived
Derived* create() { return new Derived(); }
// methods within Base can use template to access members of Derived
Derived* create() { return new Derived(); }
};
class Derived : public Base<Derived>
{
};
// Tests the MoveFunctionToClassPass
class DLL_API basic
{

Loading…
Cancel
Save