mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 20:57:18 +02:00
Change all <source> references to <library>.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
<source>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
;
|
;
|
||||||
|
|
||||||
#run static_assert_example_1.cpp ;
|
#run static_assert_example_1.cpp ;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
<source>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
;
|
;
|
||||||
|
|
||||||
run static_assert_test.cpp ;
|
run static_assert_test.cpp ;
|
||||||
|
Reference in New Issue
Block a user