summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/type_safe_union.h
blob: d04bf0d172fa7cddef41283239af2aef384b8059 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2009  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_TYPE_SAFE_UNIOn_TOP_
#define DLIB_TYPE_SAFE_UNIOn_TOP_ 

#include "type_safe_union/type_safe_union_kernel.h"

#endif // DLIB_TYPE_SAFE_UNIOn_TOP_