Merge branch 'master' of github.com:bonitao/cmph

This commit is contained in:
Davi de Castro Reis 2012-06-03 03:35:46 -03:00
commit 0d7a176458

View File

@ -20,8 +20,8 @@ AC_DEFUN([AC_COMPILE_STDCXX_0X], [
[AC_LANG_SAVE [AC_LANG_SAVE
AC_LANG_CPLUSPLUS AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([ AC_TRY_COMPILE([
#include <unorderd_map> #include <unordered_map>
#include <unorderd_set> #include <unordered_set>
template <typename T> template <typename T>
struct check struct check
{ {