#include "WireCellUtil/Type.h"
#include "WireCellUtil/Testing.h"
#include <iostream>
#include <vector>
Go to the source code of this file.
Definition at line 9 of file test_type.cxx.
16 cerr <<
"vector<int>: \"" <<
type(vi) <<
"\"\n";
20 #if defined (__clang__) 21 AssertMsg(
"std::__1::vector<int, std::__1::allocator<int> >" ==
type(vi),
"Clang demangling fails");
23 AssertMsg(
"std::vector<int, std::allocator<int> >" ==
type(vi),
"GCC demangling fails");
QTextStream & endl(QTextStream &s)