Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: color fix

...

This code resolves the dependency.

Code Block
bgColor#FFcccc#ccccff
class C {
  int a;
  int b;
public:
  C() : a(4), b(a-1) {}
};

...