From 50899b8f1b1888450b3753b6dba79a774432aeaf Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 5 Jul 2017 16:27:16 -0700 Subject: [PATCH] added bug_11874_test.cpp --- test/Jamfile.v2 | 2 ++ test/bug_11874_test.cpp | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 test/bug_11874_test.cpp diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index df85359..2b4cad8 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -71,3 +71,5 @@ compile errinfo_file_name_hpp_test.cpp ; compile errinfo_file_open_mode_hpp_test.cpp ; compile errinfo_nested_exception_hpp_test.cpp ; compile errinfo_type_info_name_hpp_test.cpp ; + +compile bug_11874_test.cpp ; diff --git a/test/bug_11874_test.cpp b/test/bug_11874_test.cpp new file mode 100644 index 0000000..3d8fd4a --- /dev/null +++ b/test/bug_11874_test.cpp @@ -0,0 +1,10 @@ +//Copyright (c) 2006-2017 Emil Dotchevski and Reverge Studios, Inc. + +//Distributed under the Boost Software License, Version 1.0. (See accompanying +//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +#include + +int main() +{ +}