Changes between Version 1 and Version 2 of BoostFusion0x
- Timestamp:
- May 6, 2008, 5:30:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostFusion0x
v1 v2 5 5 For Windows users: MinGW is the fastest way to get GCC 4.3. 6 6 7 The quickest approach is to download MinGW-gcc-4.3-full.zipfrom this page and extract it into C:\.7 The quickest approach is to download [http://www.osl.iu.edu/~dgregor/MinGW-gcc-4.3-full.zip MinGW-gcc-4.3-full.zip] from this page and extract it into C:\. 8 8 9 9 Or, you can use the normal MinGW installer and download the GCC 4.3 binaries separately: … … 24 24 replaces the default (ancient) compiler with GCC 4.3. 25 25 26 4) Try to compile a simple pro blem, e.g., "static_assert(false, "It26 4) Try to compile a simple program, e.g., "static_assert(false, "It 27 27 works!");" with 28 28