Home | History | Annotate | Download | only in containers
      1 //===----------------------------------------------------------------------===//
      2 //
      3 //                     The LLVM Compiler Infrastructure
      4 //
      5 // This file is dual licensed under the MIT and the University of Illinois Open
      6 // Source Licenses. See LICENSE.TXT for details.
      7 //
      8 //===----------------------------------------------------------------------===//
      9 
     10 #ifndef COPYABLE_H
     11 #define COPYABLE_H
     12 
     13 class Copyable
     14 {
     15 public:
     16 };
     17 
     18 #endif  // COPYABLE_H
     19