Add boost.cfg

This commit is contained in:
Daniel Marjamäki 2018-12-13 09:06:35 +01:00
parent 0f83aff3b8
commit b91ef62932
1 changed files with 18 additions and 0 deletions

18
cfg/boost.cfg Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<def format="2">
<function name="boost::algorithm::join">
<noreturn>false</noreturn>
<use-retval/>
<pure/>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
<not-null/>
</arg>
<arg nr="2">
<not-uninit/>
<not-null/>
</arg>
</function>
</def>