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