CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

testNoncopyable.cc

Go to the documentation of this file.
00001 // ======================================================================
00002 // -*- C++ -*-
00003 // $Id: testNoncopyable.cc,v 1.2 2010/06/16 14:15:01 garren Exp $
00004 // ---------------------------------------------------------------------------
00005 // Test compilability of Utility/noncopyable.h
00006 //
00007 // W. E. Brown, 2010-03-19
00008 // ======================================================================
00009 
00010 #include "CLHEP/Utility/noncopyable.h"
00011 
00012 using namespace CLHEP;
00013 using CLHEP::noncopyable;
00014 
00015 int main() {
00016   return 0;
00017 }

Generated on 15 Nov 2012 for CLHEP by  doxygen 1.4.7