Skip to content

Fix imports in exercise file for constant propagation#17

Open
KuratorX wants to merge 1 commit intoPacktPublishing:mainfrom
KuratorX:constant-propagation-pass
Open

Fix imports in exercise file for constant propagation#17
KuratorX wants to merge 1 commit intoPacktPublishing:mainfrom
KuratorX:constant-propagation-pass

Conversation

@KuratorX
Copy link
Copy Markdown

@KuratorX KuratorX commented Mar 18, 2026

The original exercise file in CH4/populate_function.cpp had incorrect or mismatched #include statements that prevented it from compiling correctly.

This PR updates the imports to match the solution version, ensuring:

The file compiles successfully

The environment is ready for implementing the constant propagation pass

Notes:

No functional changes were made to the logic of the exercise.

Only header imports were changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant