mirror of
https://github.com/boostorg/static_assert.git
synced 2026-01-28 07:42:11 +00:00
Compare commits
14 Commits
boost-1.40
...
svn-branch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a9732e993 | ||
|
|
62461d8848 | ||
|
|
a7e33291eb | ||
|
|
413e7eda07 | ||
|
|
a9a9f0591b | ||
|
|
effe841116 | ||
|
|
8cfe5d77c0 | ||
|
|
8b819d5c6c | ||
|
|
bc5065e495 | ||
|
|
1663a635aa | ||
|
|
b9a3b24aef | ||
|
|
a0dac351fb | ||
|
|
c68b2114de | ||
|
|
48b6934f7f |
@@ -1,9 +1,3 @@
|
||||
#
|
||||
# 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 <climits>
|
||||
#include <limits>
|
||||
#include <boost/limits.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
#
|
||||
# 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