<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ek/tests/ptr.ek, branch master</title>
<subtitle>BORED - Compiler for triscv</subtitle>
<id>https://metanimi.dy.fi/cgit/ek/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/ek/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/'/>
<updated>2024-08-17T21:07:56Z</updated>
<entry>
<title>make check works again</title>
<updated>2024-08-17T21:07:56Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-17T21:07:56Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=33fcf676128426f2ac9a4730d63fa481bb351518'/>
<id>urn:sha1:33fcf676128426f2ac9a4730d63fa481bb351518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow adding traits to pointers</title>
<updated>2024-08-14T15:51:28Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-14T15:51:28Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=852ff838af56ef3668ff94c27b0140869dcb7359'/>
<id>urn:sha1:852ff838af56ef3668ff94c27b0140869dcb7359</id>
<content type='text'>
+ Should be enough to fairly easily use pointers in standard containers.
  Note that this just uses the pointer value itself, and doesn't care
  about the underlying type at all. So for example a sorted vector of
  pointers is sorted by the address, not by some comparison function
  that the underlying type may have defined. For that you will need a
  wrapper struct or something.
</content>
</entry>
</feed>
