online-judge-tools / verification-helper

a testing framework for snippet libraries used in competitive programming
MIT License
226 stars 54 forks source link

Add support for <bits/extc++.h> #409

Closed dnx04 closed 2 years ago

dnx04 commented 2 years ago

Description / 説明

The code bundle feature is ok for <bits/stdc++.h>, but not <bits/extc++.h>. Please configure the bundle such that it can parse the file with <bits/extc++.h> included.

Motivation / 動機

<bits/extc++.h> is the extension of <bits/stdc++.h>, with many new features.

Other notes / その他