mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
ERR: On some compilers structure inside class cannot reference private typdefs from the same class
This commit is contained in:
parent
cb37fe01f6
commit
6b56245932
@ -28,6 +28,7 @@ class cmCTest
|
||||
{
|
||||
public:
|
||||
typedef std::vector<cmStdString> tm_VectorOfStrings;
|
||||
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
||||
|
||||
///! Process Command line arguments
|
||||
int Run(std::vector<std::string>const&, std::string* output = 0);
|
||||
@ -243,7 +244,6 @@ private:
|
||||
std::string m_PostContext;
|
||||
};
|
||||
|
||||
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
||||
struct cmCTestTestProperties
|
||||
{
|
||||
cmStdString Name;
|
||||
|
Loading…
Reference in New Issue
Block a user