25 Nov
2018
25 Nov
'18
12:46 p.m.
On Sat, Nov 24, 2018 at 2:01 AM Andrey Semashev via Boost
since `#pragma once` is non-standard and not reliable, there's little
Who has a sane reproducible test case showing the claimed unreliability?
reason to keep using it, especially if you're targeting newer compilers supporting C++14. So if you want to simplify the code, keep the include guards and drop the pragma.
#pragma once is simpler then include guards. -- Olaf