[C++-11] User defined literals

Jason Merrill jason@redhat.com
Sun Oct 16 07:59:00 GMT 2011


On 10/12/2011 04:58 PM, 3dw4rd@verizon.net wrote:
> +  tree const_char_ptr_type_node
> +       = build_pointer_type (build_type_variant (char_type_node, 1, 0));

You can just use const_string_type_node here.

Jason



More information about the Gcc-patches mailing list