-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_gr_outp.cpp
38 lines (29 loc) · 2.15 KB
/
_gr_outp.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Copyright David Lawrence Bien 1997 - 2021.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt).
// _gr_outp.cpp
// Declare constants for Intel compile.
#include "_gr_inc.h"
#include <time.h>
__DGRAPH_BEGIN_NAMESPACE
#if 0
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucDirectionUp;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucDirectionDown;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucContextPush;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucContextPop;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucNode;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucUnfinishedNode;
#ifdef __GR_BINARY_WRITENODEFOOTER
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucNodeFooter;
#endif //__GR_BINARY_WRITENODEFOOTER
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucLink;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucLinkFromUnfinished;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucNormalLinkFooter;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucUnfinishedLinkFooter;
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucGraphFooter;
// Link construction indicators:
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucLinkConstructed; // A constructed link.
const _binary_rep_tokens< std::false_type >::_TyToken _binary_rep_tokens< std::false_type >::ms_ucLinkEmpty; // An unconstructed link.
#endif //!__ICL
__DGRAPH_END_NAMESPACE