forked from qt-creator/qt-creator
Cleanup the C++ front-end.
Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
#include <new>
|
||||
#include <cstdlib>
|
||||
|
||||
CPLUSPLUS_BEGIN_HEADER
|
||||
CPLUSPLUS_BEGIN_NAMESPACE
|
||||
|
||||
namespace CPlusPlus {
|
||||
|
||||
template <typename _Tp, int SEGMENT_SHIFT = 4>
|
||||
class Array
|
||||
@@ -125,7 +125,7 @@ private:
|
||||
int _count;
|
||||
};
|
||||
|
||||
CPLUSPLUS_END_NAMESPACE
|
||||
CPLUSPLUS_END_HEADER
|
||||
} // end of namespace CPlusPlus
|
||||
|
||||
|
||||
#endif // CPLUSPLUS_ARRAY_H
|
||||
|
||||
Reference in New Issue
Block a user