Changeset 8d182b1 for src/ResolvExpr/PtrsAssignable.hpp
- Timestamp:
- Nov 14, 2023, 12:19:09 PM (23 months ago)
- Branches:
- master
- Children:
- 1ccae59, 89a8bab
- Parents:
- df8ba61a (diff), 5625427 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/PtrsAssignable.hpp
rdf8ba61a r8d182b1 16 16 #pragma once 17 17 18 class Type;19 18 namespace ast { 20 19 class Type; … … 24 23 namespace ResolvExpr { 25 24 26 class TypeEnvironment;27 28 int ptrsAssignable( const Type * src, const Type * dest,29 const TypeEnvironment & env );30 25 int ptrsAssignable( const ast::Type * src, const ast::Type * dst, 31 26 const ast::TypeEnvironment & env );
Note:
See TracChangeset
for help on using the changeset viewer.