-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CALL_FROM_TEST での分岐で bundle がこわれる #218
Comments
|
@rsk0315 実際の利用例もほしいです。 なお、一般的な解決は明らかに不可能です。実際に提出された後のコンパイル環境のマクロ (標準ライブラリ内で定義されるやつを含む) が不明なためです。展開後のコード量が指数的に増える例とか無限長になる例とかはすぐ作れるはず。 |
一般的な解決が不可能というのはそうですね。 |
この例で もしそうなら「 |
https://github.com/beet-aizu/library/blob/240780cad73d47448a50d5e87c4496933093ce67/tools/fastio.cpp 一番上の行に |
C++ のライブラリ中で
のようにして別のライブラリを
#include
しようとすると bundle がこわれちゃう。a.test.cpp
側からのようにして
#include
した場合のみ展開されてほしくて書いていました。https://github.com/kmyk/online-judge-verify-helper/blob/e0f3c547985e791402a9d951ea56480cc97ea9a2/onlinejudge_verify/languages/cplusplus_bundle.py#L281
つらそう。
The text was updated successfully, but these errors were encountered: