mirror of
https://github.com/boostorg/utility.git
synced 2025-08-02 14:24:30 +02:00
Adding Jamfile.v2 needed by libs/policy_ptr/test/Jamfile.v2
[SVN r2630]
This commit is contained in:
13
build/Jamfile.v2
Normal file
13
build/Jamfile.v2
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
project
|
||||
:
|
||||
: default-build debug
|
||||
;
|
||||
|
||||
lib debug
|
||||
: #sources
|
||||
../src/obj_id.cpp
|
||||
../src/object_tracked.cpp
|
||||
../src/trace_scope_stk.cpp
|
||||
;
|
||||
|
12
src/trace_scope_stk.cpp
Normal file
12
src/trace_scope_stk.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "boost/utility/trace_scope_stk.hpp"
|
||||
// static
|
||||
std::vector<std::string>
|
||||
utility::trace_scope_stk::
|
||||
c_scope_names
|
||||
;
|
||||
// static
|
||||
std::string const
|
||||
utility::trace_scope_stk::
|
||||
c_test_results[2]
|
||||
= {"failed", "passed"}
|
||||
;
|
Reference in New Issue
Block a user