Topic: Raw string literals in linkage specification
Author: restor <akrzemi1@interia.pl>
Date: Mon, 27 Apr 2009 15:08:55 CST Raw View
Hi,
Since the resulting char array is the same for R"raw[text]raw" as
"text", is the following declaration:
extern "C" void fun( int i );
equivalent to:
extern R"linkage[C]linkage" void fun( int i );
?
Regards,
&rzej
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]