source: src/Common/InternedString.cc @ 97397a26

new-env
Last change on this file since 97397a26 was 982f95d, checked in by Aaron Moss <a3moss@…>, 6 years ago

Start of new environment implementation; terribly broken

  • Property mode set to 100644
File size: 615 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// InternedString.cc --
8//
9// Author           : Aaron B. Moss
10// Created On       : Thu Jun 14 11:15:00 2018
11// Last Modified By : Aaron B. Moss
12// Last Modified On : Thu Jun 14 11:15:00 2018
13// Update Count     : 1
14//
15
16#include "InternedString.h"
17
18std::unordered_set< std::string > interned_string::canonical;
19
20// Local Variables: //
21// tab-width: 4 //
22// mode: c++ //
23// compile-command: "make install" //
24// End: //
Note: See TracBrowser for help on using the repository browser.