-
Kenton Varda authored
@kloepper pointed out a while back that every compiler you've ever heard of supports this. Plus, it's more concise, it's not prone to copy-paste errors, and it looks nicer. At the time I wanted to remain consistent and I didn't feel like spending the time to update all my existing code. But, every time I've added a new header since I've cursed the include guard, so I finally broke down and changed it.
677a52ab
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
iostream-test.c++ | Add a testing framework to KJ and rip out gtest. | |
iostream.h | Replace all include guards with #pragma once. |