aboutsummaryrefslogtreecommitdiff
path: root/src/cctest/README
blob: 3edf30d028980f6c972aac3eacd8d9e8da8c24ba (plain)
1
2
3
4
5
6
7
8
9
10
11
This directory contains subdirectories with test programs for
various C++ compiler/library features:

namespace/	This directory tests how namespaces are handled for
		C standard library functions, eg <stdio.h> vs <cstdio>

vector/		This directory test how namespaces are handled for
		the STL vector class, eg <vector.h> vs <cvector>

inline-fns/	This directory tests how inline functions are handled,
		both within C++ classes and "globally"