mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
std-ize: convert all boost shared/weak ptr includes to <memory>
Also fix stdint.h -> cstdint and alphabetically order std includes
This commit is contained in:
parent
25fcdf57de
commit
39ed528e25
156 changed files with 257 additions and 272 deletions
|
|
@ -129,8 +129,6 @@ def configure(conf):
|
|||
define_name='HAVE_LOCALTIME_R', execute = False, mandatory=False)
|
||||
|
||||
# Boost headers
|
||||
autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')
|
||||
autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp')
|
||||
if Options.options.dist_target == 'mingw':
|
||||
conf.check(compiler='cxx',
|
||||
lib='ole32',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue