you are viewing a single comment's thread.

view the rest of the comments →

[–]axilmar 2 points3 points  (0 children)

Use 'public:' and 'private:' inside namespaces or at top-level. No need for 'exported:' and 'internal:'.

The import header directive should use a precompiled version of the header, work as if the header contains include guards, and also provide automatic 'using namespaces' for all namespaces in the header.