mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
How to convert the ETL header beween #include guards and #pragma once.
|
|
|
|
Install
|
|
python3 -m pip install guardonce
|
|
|
|
Navigate to etl/scripts
|
|
|
|
Change from #include guard to #pragma once
|
|
./convert_headers_to_use_once.bat
|
|
|
|
Change from #pragma once to #include guard
|
|
./convert_headers_to_use_guards.bat
|