MPQC 3.0.0-alpha
Loading...
Searching...
No Matches
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>
13namespace std {
14 using namespace sc::tr1::array;
15}
16#endif
17
18#endif // _util_container_stdarray_h
19
STL namespace.

Generated at Wed Sep 25 2024 02:45:30 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.12.0.