Search:

Type: Posts; User: rockstar1707

Search: Search took 0.01 seconds.

  1. Thanks again for all the answers. I must say that...

    Thanks again for all the answers. I must say that some things are unfortunately beyond my knowledge of C++...

    As I said, for now I'll ignore the warning, since I'm a bit in a hurry with...
  2. Thank you very much for all the answers. I'm...

    Thank you very much for all the answers.

    I'm using Boost 1.34-1 from 7th of July 2007 that I got on sourceforge (http://sourceforge.net/project/showfiles.php?group_id=7586). To me it looked like...
  3. Obviously the warning has to do something with...

    Obviously the warning has to do something with the definition (or implementation) of a function. If I add some function (testfunc) to the program, as written below, I get warning. Despite the fact,...
  4. This is really a bit weird. If I try the example...

    This is really a bit weird. If I try the example from the boost, as you suggested, everything is OK. No warnings.

    Than I add the following:


    vector<double> v1 = v/3;

    and I get the same...
  5. With the minimal example you've suggested: 1...

    With the minimal example you've suggested:


    1 #include <boost/numeric/ublas/vector.hpp>
    2 typedef boost::numeric::ublas::vector<double> vec;
    3
    4 int main()
    5 {
    6 vec x;
    7 vec...
  6. I changed as you said, but the warnings are still...

    I changed as you said, but the warnings are still there. Could it be something else wrong?
  7. base class should be explicitly initialized in the copy constructor

    Hi,

    I have a question regarding the warning that I get when I compile a program using boost::ublas library. I have to say that I'm not really experienced programmer so I might be doing something...
Results 1 to 7 of 7