On 8/29/19 3:57 AM, Bernhard Reutner-Fischer wrote:
On Wed, 28 Aug 2019 14:42:57 -0400
Nathan Sidwell <nat...@acm.org> wrote:

    /* If opened with #import or contains #pragma once.  */
-  bool once_only;
+  bool once_only : 1;

I'm curious why you have them as bool and not unsigned?

because they're true/false values and this is C++.

nathan

--
Nathan Sidwell

Reply via email to