mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
Install
|
|
python -m pip install guardonce
|
|
|
|
Navigate to etl/include/etl
|
|
|
|
Change from #include guard to #pragma once
|
|
guard2once -r "."
|
|
|
|
Change from #pragma once to #include guard
|
|
once2guard -r -p "path | snake | prepend ETL | upper" . |