I\'m trying to use C++11 feature on Mac OS X. I downloaded g++ 4.8.1 with port.
This is the test code.
class A { int x; public: A() {} ~A()
I could use Xcode; lldb works fine on Xcode.