mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-13 12:46:33 +02:00
Compare commits
16 Commits
svn-branch
...
boost-1.40
Author | SHA1 | Date | |
---|---|---|---|
a4767c9c5c | |||
9e4d6dfeff | |||
2637358ba9 | |||
9e411076c6 | |||
3488b2bdf2 | |||
28e09a3cca | |||
481c2efbac | |||
3b702727b9 | |||
f298ed51a9 | |||
851fd2622e | |||
720fb456d5 | |||
2fa11699bf | |||
69dbf6f12d | |||
66dd3d2595 | |||
7a0a3fbf32 | |||
c5de8ff789 |
@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright Troy D. Straszheim
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# See http://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
#----------------------------------------------------------------------------
|
||||
# This file was automatically generated from the original CMakeLists.txt file
|
||||
# Add a variable to hold the headers for the library
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
// See http://www.boost.org for most recent version including documentation.
|
||||
|
||||
#include <limits>
|
||||
#include <climits>
|
||||
#include <boost/limits.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
#
|
||||
# Copyright Troy D. Straszheim
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# See http://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
boost_test_run(static_assert_test ../static_assert_test.cpp)
|
||||
boost_test_run(static_assert_example_2 ../static_assert_example_2.cpp)
|
||||
boost_test_run(static_assert_example_3 ../static_assert_example_3.cpp)
|
||||
|
Reference in New Issue
Block a user