3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-12 22:18:23 +01:00

move one test to c++11 for obsolete gcc

alias_const_view test is c++11 only.
does not work on gcc 4.6
This commit is contained in:
Olivier Parcollet 2013-08-27 14:32:52 +02:00
parent b45045e81c
commit 0464c8e3b6

View File

@ -19,8 +19,8 @@
*
******************************************************************************/
#include "./common.hpp"
#include "./src/array.hpp"
#include "../common.hpp"
#include "../src/array.hpp"
#include <iostream>
//using std::cout; using std::endl;