Community
Participate
Working Groups
Created attachment 202720 [details] Eclipse workspace containing small example illustrating the problem I have attached a Eclipse workspace containing a small example illustrating the problem. In ExampleClassXXXXXX.hpp the ExampleClassXXXXXX(myIntXXXXXXXXXXXX_type aaaaaaaa) constructor formats incorrectly as inline ExampleClassXXXXXX(myIntXXXXXXXXXXXX_type aaaaaaaa) : _aaaaaaaa(aaaaaaaa), _bbbb(0), _ccc( static_cast<InnerClassXXXXXXXXXX*>(::operator new( aaaaaaaa * sizeof(InnerClassXXXXXXXXXX)))){ } Also subsequent methods and data members are incorrectly formatted: private: inline ExampleClassXXXXXX(const ExampleClassXXXXXX& vvm) { } protected: inline ~ExampleClassXXXXXX() { ::operator delete(static_cast<void*> (_ccc)); } protected: myIntXXXXXXXXXXXX_type _aaaaaaaa; protected: myIntXXXXXXXXXXXX_type _bbbb; protected: InnerClassXXXXXXXXXX* _ccc;
*** This bug has been marked as a duplicate of bug 353974 ***