We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#line
#line "/path/to/library.hpp" 123 ってなる部分のパスを常に相対パスにしたい。
#line "/path/to/library.hpp" 123
oj-bundle使うとにファイルへの絶対パスが埋め込まれるから真名がojに刻まれてるな
$USER とかに実名を埋め込んだ結果として提出で実名大公開してる人をわりと見かける。相対パスにしておいた方がよい。
$USER
他:
$ oj-bundle ... | grep -b '#line'
ubuntu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description / 説明
#line "/path/to/library.hpp" 123
ってなる部分のパスを常に相対パスにしたい。Motivation / 動機
$USER
とかに実名を埋め込んだ結果として提出で実名大公開してる人をわりと見かける。相対パスにしておいた方がよい。他:
#line
directive は必要なのでデフォルトでは付けたい$ oj-bundle ... | grep -b '#line'
と書くのだってできるはず$USER
だとかファイルパスだとかは必要がないなら公開しない方がいい種類のものだが、かといって機密情報でもない$USER
をubuntu
とかそういうデフォルトのものにしておくとよいOther notes / その他
The text was updated successfully, but these errors were encountered: