Advertisement
Guest User

Untitled

a guest
May 26th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. diff --git a/build/ax_cxx_compile_stdcxx_11.m4 b/build/ax_cxx_compile_stdcxx_11.m4
  2. index d8a1aee..fa325de 100644
  3. --- a/build/ax_cxx_compile_stdcxx_11.m4
  4. +++ b/build/ax_cxx_compile_stdcxx_11.m4
  5. @@ -40,6 +40,8 @@
  6. # feature we need right now from C++0x
  7. m4_define([_AX_CXX_COMPILE_STDCXX_11_testbody], [[
  8. #include <unordered_map>
  9. + struct Foo { int x; };
  10. + void bar() { int y = sizeof(Foo::x); }
  11. ]])
  12.  
  13. AC_DEFUN([AX_CXX_COMPILE_STDCXX_11], [dnl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement