mirror of
https://github.com/boostorg/config.git
synced 2026-05-05 20:34:23 +02:00
added <limits> workaround
[SVN r9687]
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and
|
||||
// distribute this software is granted provided this copyright notice appears
|
||||
// in all copies. This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#ifdef BOOST_NO_LIMITS
|
||||
#include <boost/detail/limits.hpp>
|
||||
#else
|
||||
#include <limits>
|
||||
#endif
|
||||
Reference in New Issue
Block a user