Last change
on this file since 115ac1ce was 5f225f5, checked in by Andrew Beach <ajbeach@…>, 17 months ago |
Perhaps only src/Makefile.am needed to change, but I did a text search to try and be absolutely sure I got everything.
|
-
Property mode
set to
100644
|
File size:
619 bytes
|
Line | |
---|
1 | //
|
---|
2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
|
---|
3 | //
|
---|
4 | // The contents of this file are covered under the licence agreement in the
|
---|
5 | // file "LICENCE" distributed with Cforall.
|
---|
6 | //
|
---|
7 | // Lvalue2.cpp -- Seperate Lvalue module for linking.
|
---|
8 | //
|
---|
9 | // Author : Andrew Beach
|
---|
10 | // Created On : Mon May 16 14:05:00 2022
|
---|
11 | // Last Modified By : Andrew Beach
|
---|
12 | // Last Modified On : Mon May 16 14:05:00 2022
|
---|
13 | // Update Count : 0
|
---|
14 | //
|
---|
15 |
|
---|
16 | namespace GenPoly {
|
---|
17 |
|
---|
18 | bool referencesEliminated = false;
|
---|
19 |
|
---|
20 | /// Are reference types still allowed in the AST?
|
---|
21 | bool referencesPermissable() {
|
---|
22 | return !referencesEliminated;
|
---|
23 | }
|
---|
24 |
|
---|
25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.