Fwd: A little patch submission
lkeren@cs.technion.ac.il
lkeren@cs.technion.ac.il
Thu Sep 14 09:38:00 GMT 2006
Sorry, forgot the attachment.
----- Forwarded message from lkeren@cs.technion.ac.il -----
Date: Thu, 14 Sep 2006 10:54:05 +0300
From: lkeren@cs.technion.ac.il
Reply-To: lkeren@cs.technion.ac.il
Subject: A little patch submission
To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org
Hello,
I would like to submit a small patch to libcpp.
This patch adds to C++ preprocessor the __COUNTER__ macro.
The __COUNTER__ macro expands to an unsigned integer constant starting with 0
and incrementing by 1 every time it is used in a compiland.
It is supported by Microsoft compiler.
Attached is a diff file of the patch.
Thanks,
Keren.
----- End forwarded message -----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_diff.txt
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20060914/6dfba367/attachment.txt>
More information about the Libstdc++
mailing list