2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Fixes for Windows/GCC-3.2

[SVN r16815]
This commit is contained in:
Dave Abrahams
2003-01-09 01:29:30 +00:00
parent 960b42bdf9
commit 4b0384ff03
20 changed files with 130 additions and 56 deletions

View File

@@ -4,4 +4,4 @@ void foo();
int main()
{
foo();
}
}