MPQC  3.0.0-alpha
stdarray.h
1 // shamelessly borrowed from MADNESS (GPLed)
2 // written by Justus Calvin (justus.c79@gmail.com)
3 
4 #ifndef _util_container_stdarray_h
5 #define _util_container_stdarray_h
6 
7 #include <mpqc_config.h>
8 
9 #ifdef HAVE_STD_ARRAY
10 #include <array>
11 #else
12 #include <util/container/stdarray_bits.h>
13 namespace std {
14  using namespace sc::tr1::array;
15 }
16 #endif
17 
18 #endif // _util_container_stdarray_h
19 

Generated at Sun Jan 26 2020 23:24:01 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.8.16.