Skip to content

Commit

Permalink
to_string is currently not supproted under FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Jul 31, 2014
1 parent 3fdcd51 commit c61b6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_wrappers.cpp
Expand Up @@ -27,8 +27,8 @@
#include "stopwatch.hpp"
#include <boost/lexical_cast.hpp>

#ifdef __CYGWIN__
// std::to_string is missing on Cygwin
#if defined(__CYGWIN__) || defined(__FreeBSD__)
// std::to_string is missing on Cygwin and FreeBSD
// see http://stackoverflow.com/questions/22571838/gcc-4-8-1-stdto-string-error
# undef ENABLE_STD_TO_STRING
#else
Expand Down

0 comments on commit c61b6f6

Please sign in to comment.