File: testNoncopyable.cc

package info (click to toggle)
clhep 2.4.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,084 kB
  • sloc: cpp: 45,279; sh: 1,343; perl: 28; makefile: 26
file content (17 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ======================================================================
// -*- C++ -*-
// $Id: testNoncopyable.cc,v 1.2 2010/06/16 14:15:01 garren Exp $
// ---------------------------------------------------------------------------
// Test compilability of Utility/noncopyable.h
//
// W. E. Brown, 2010-03-19
// ======================================================================

#include "CLHEP/Utility/noncopyable.h"

using namespace CLHEP;
using CLHEP::noncopyable;

int main() {
  return 0;
}