@node ax_cxx_rvalue_references
@unnumberedsec ax_cxx_rvalue_references
@majorheading Synopsis
@smallexample
AX_CXX_RVALUE_REFERENCES
@end smallexample
@majorheading Description
Check whether C++11 rvalue references are supported. If they are, the
macro HAVE_RVALUE_REFERENCES is defined.
Does not ensure that the compiler is in C++11 mode.
@majorheading Source Code
Download the
@uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_cxx_rvalue_references.m4,latest
version of @file{ax_cxx_rvalue_references.m4}} or browse
@uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_cxx_rvalue_references.m4,the
macro's revision history}.
@majorheading License
@w{Copyright @copyright{} 2012 Tudor Bosman @email{tudorb@@gmail.com}}
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved. This file is offered as-is, without any
warranty.