Re: attributes, possible interface, correction

Felix Salfelder via Gnucap-devel <[email protected]> Wed, 20 Apr 2022 14:15:28 +0200
Newsgroups gmane.comp.gnu.gnucap.devel
Message-ID <[email protected]>
On Wed, Apr 20, 2022 at 11:38:38AM +0200, Felix Salfelder via Gnucap-devel wrote:
> There is no need for shell environment variables, just a global
> attribute map.

class ATTRIBUTES{
public:
	static std::map<std::string, ATTRIBUTE_LIST> _attributes; // <= map here
};