{"id":1295,"date":"2012-10-01T14:51:13","date_gmt":"2012-10-01T19:51:13","guid":{"rendered":"http:\/\/www.jaimerios.com\/?p=1295"},"modified":"2012-10-01T14:51:13","modified_gmt":"2012-10-01T19:51:13","slug":"google-c-testing-framework-and-c11","status":"publish","type":"post","link":"https:\/\/jaimerios.com\/?p=1295","title":{"rendered":"Google C++ Testing Framework and C++11"},"content":{"rendered":"<p>I&#8217;ve been using <a href=\"http:\/\/code.google.com\/p\/googletest\/\" target=\"_blank\" rel=\"noopener\">Google&#8217;s C++ Testing Framework<\/a> for some time now, but as soon as I tried to use C++11 in Xcode, I was met with some issues about the tuple header file not being found.<\/p>\n<p>Unfortunately for me, that means I had to leave that header out of my project using the following option:<br \/>\n<code>GCC_PREPROCESSOR_DEFINITIONS    = GTEST_HAS_TR1_TUPLE=0<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve been using Google&#8217;s C++ Testing Framework for some time now, but as soon as I tried to use C++11 in Xcode, I was met with some issues about the tuple header file not being found. Unfortunately for me, that means I had to leave that header out of my project using the following option: &#8230; <a title=\"Google C++ Testing Framework and C++11\" class=\"read-more\" href=\"https:\/\/jaimerios.com\/?p=1295\" aria-label=\"Read more about Google C++ Testing Framework and C++11\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[103,218,506],"class_list":["post-1295","post","type-post","status-publish","format-standard","hentry","category-coding","tag-c11","tag-google-c-testing","tag-xcode"],"_links":{"self":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/posts\/1295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1295"}],"version-history":[{"count":0,"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/posts\/1295\/revisions"}],"wp:attachment":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}