<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C++ &#8211; HU Xiaoxu</title>
	<atom:link href="https://blog.ihuxu.com/tag/c-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ihuxu.com</link>
	<description>a software engineer&#039;s blog</description>
	<lastBuildDate>Mon, 30 Jun 2025 03:41:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>New Features from C++20 Release</title>
		<link>https://blog.ihuxu.com/new-features-from-c20-release/</link>
					<comments>https://blog.ihuxu.com/new-features-from-c20-release/#respond</comments>
		
		<dc:creator><![CDATA[HU Xiaoxu]]></dc:creator>
		<pubDate>Mon, 30 Jun 2025 12:40:00 +0000</pubDate>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Computer Language]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[C++]]></category>
		<guid isPermaLink="false">https://blog.ihuxu.com/?p=12609</guid>

					<description><![CDATA[I recently did a quick study of the new features introduced in C++20, and I’d like to summarize what I’ve learned here. Core Languages Enhancements constinit &#38; consteval &#38; enhanced constexpr The above three keywords enable code to be evaluated or initialized at compile time. The main goal of these keywords, from my perspective, are shown as following: template parameters in lambadas As shown in the code snippet above, templates<div class="read-more"><a class="btn read-more-btn" href="https://blog.ihuxu.com/new-features-from-c20-release/">Read More</a></div>]]></description>
		
					<wfw:commentRss>https://blog.ihuxu.com/new-features-from-c20-release/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
