> How much does this pragma get used "in the wild"? A quick search on github for "#pragma region" comes back with 170k C++ results and searching for "#pragma" comes back with 38M C++ results
Possibly not the best metric, but we can "conclude" roughly 0.45% of open source C++ code files on github using any pragmas makes use of #pragma region. https://github.com/search?l=C%2B%2B&q=%22%23pragma+region%22&type=Code https://github.com/search?l=C%2B%2B&q=%22%23pragma%22&type=Code