<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ctre on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/ctre/</link>
    <description>Recent content in Ctre on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/ctre/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C&#43;&#43; Compile-Time Programming: Boost.Hana vs Frozen vs CTRE — Modern Constexpr Libraries</title>
      <link>https://www.pistack.xyz/posts/2026-06-30-cpp-compile-time-programming-boost-hana-frozen-ctre/</link>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-30-cpp-compile-time-programming-boost-hana-frozen-ctre/</guid>
      <description>&lt;h2 id=&#34;the-rise-of-compile-time-programming-in-c&#34;&gt;The Rise of Compile-Time Programming in C++&lt;/h2&gt;&#xA;&lt;p&gt;C++ has evolved dramatically in its compile-time capabilities. What once required arcane template metaprogramming with &lt;code&gt;std::integral_constant&lt;/code&gt; and recursive template instantiations can now be expressed using familiar &lt;code&gt;constexpr&lt;/code&gt; functions that look almost like regular code. Three libraries represent different points on this spectrum: &lt;strong&gt;Boost.Hana&lt;/strong&gt; for type-level metaprogramming, &lt;strong&gt;Frozen&lt;/strong&gt; for constexpr data structures, and &lt;strong&gt;CTRE&lt;/strong&gt; for compile-time regular expressions.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
