[DEV] add v1.76.0

This commit is contained in:
2021-10-05 21:37:46 +02:00
parent a97e9ae7d4
commit d0115b733d
45133 changed files with 4744437 additions and 1026325 deletions

View File

@@ -0,0 +1,20 @@
# Boost.Wave: A Standard compliant C++ preprocessor library
#
# Boost Wave Library Sample Build Jamfile (check_macro_naming)
#
# http://www.boost.org/
#
# Copyright (c) 2001-2010 Hartmut Kaiser.
# Copyright (c) 2020 Jeff Trull. 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)
exe check_macro_naming
: ../check_macro_naming.cpp
/boost/wave//boost_wave
/boost/filesystem//boost_filesystem
/boost/thread//boost_thread
/boost/regex//boost_regex
/boost/program_options//boost_program_options
;