11 строки
301 B
C++
11 строки
301 B
C++
// <copyright file="stdafx.cpp" company="Microsoft">
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// </copyright>
|
|
//
|
|
// stdafx.cpp : source file that includes just the standard includes
|
|
|
|
#include "stdafx.h"
|
|
|
|
#define BOOST_TEST_MODULE MathTests
|
|
|
|
#include <boost/test/unit_test.hpp> |