Changes in src/SynTree/Constant.cc [ea6332d:6ea87486]
- File:
-
- 1 edited
-
src/SynTree/Constant.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.cc
rea6332d r6ea87486 14 14 // 15 15 16 #include < cassert> // for safe_dynamic_cast, assertf17 #include < iostream> // for operator<<, ostream, basic_ostream18 #include <string> // for to_string, string, char_traits, operator<<16 #include <iostream> 17 #include <list> 18 #include <string> 19 19 20 20 #include "Constant.h" 21 #include "Type.h" // for BasicType, Type, Type::Qualifiers, PointerType21 #include "Type.h" 22 22 23 23 Constant::Constant( Type * type, std::string rep, unsigned long long val ) : type( type ), rep( rep ), val( val ) {}
Note:
See TracChangeset
for help on using the changeset viewer.