$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] vacpp and templates
From: VoidEx (VoidEx_at_[hidden])
Date: 2008-10-14 11:38:14
>> Other way is to write templates in headers (or "inline" files) and
include
>> them, that used in most cases.
>What does the other way means exactly? Actually I have something like:
Sorry, i thought about common error, when template divided into h/cpp as
non-templates.
If you have no 1.cpp and all realization is in 1.h, so that might work.