Renamed from fixed_string to static_string, added aliases

This commit is contained in:
Krystian Stasiowski
2019-12-16 12:23:46 -05:00
parent c3110b1b6c
commit e26c470c3a
18 changed files with 8598 additions and 8508 deletions

View File

@ -4,16 +4,16 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Official repository: https://github.com/boostorg/fixed_string
# Official repository: https://github.com/boostorg/static_string
#
GroupSources (include/boost/fixed_string fixed_string)
GroupSources (include/boost/static_string static_string)
GroupSources (test "/")
add_executable (tests
${PROJECT_FILES}
Jamfile
fixed_string.cpp
static_string.cpp
)
target_link_libraries(tests

View File

@ -4,7 +4,7 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Official repository: https://github.com/boostorg/fixed_string
# Official repository: https://github.com/boostorg/static_string
#
import testing ;
@ -22,4 +22,4 @@ local defines =
project : requirements $(defines) ;
run fixed_string.cpp ;
run static_string.cpp ;

File diff suppressed because it is too large Load Diff