Changes in src/AST/Label.hpp [94b1f718:6d51bd7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Label.hpp
r94b1f718 r6d51bd7 39 39 40 40 operator std::string () const { return name; } 41 bool empty() const{ return name.empty(); }41 bool empty() { return name.empty(); } 42 42 }; 43 43
Note:
See TracChangeset
for help on using the changeset viewer.