Subversion Repositories gelsvn

Rev

Rev 12 | Rev 136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 102
Line 1... Line 1...
1
#ifndef __CGLA_STATISTICS_H__
1
#ifndef __CGLA_STATISTICS_H__
2
#define __CGLA_STATISTICS_H__
2
#define __CGLA_STATISTICS_H__
3
 
3
 
-
 
4
#if (_MSC_VER >= 1200)
-
 
5
#pragma warning (disable: 4018 4244 4800)
-
 
6
#endif
-
 
7
 
4
#include <vector>
8
#include <vector>
5
 
9
 
6
namespace CGLA
10
namespace CGLA
7
{
11
{
8
  template<class VT>
12
  template<class VT>