CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
testNoncopyable.cc
Go to the documentation of this file.
1// ======================================================================
2// -*- C++ -*-
3// $Id: testNoncopyable.cc,v 1.2 2010/06/16 14:15:01 garren Exp $
4// ---------------------------------------------------------------------------
5// Test compilability of Utility/noncopyable.h
6//
7// W. E. Brown, 2010-03-19
8// ======================================================================
9
10#include "CLHEP/Utility/noncopyable.h"
11
12using namespace CLHEP;
14
15int main() {
16 return 0;
17}
int main()