mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Applies the FML_DISALLOW_COPY_AND_ASSIGN to non-POD types in the Windows embedder. No new tests since no semantic change. Only has the compile-time effect of preventing copying of classes intended to be move-only.